hashmap_remove    810 src/core/cgroup.c         hashmap_remove(u->manager->cgroup_unit, u->cgroup_path);
hashmap_remove     62 src/core/device.c                 hashmap_remove(devices, d->sysfs);
hashmap_remove    117 src/core/job.c         hashmap_remove(j->manager->jobs, UINT32_TO_PTR(j->id));
hashmap_remove     94 src/core/swap.c                         hashmap_remove(swaps, s->devnode);
hashmap_remove    625 src/core/transaction.c                         hashmap_remove(m->jobs, UINT32_TO_PTR(j->id));
hashmap_remove    641 src/core/transaction.c                 hashmap_remove(m->jobs, UINT32_TO_PTR(j->id));
hashmap_remove    422 src/core/unit.c                                 hashmap_remove(u->manager->units_requiring_mounts_for, y);
hashmap_remove    509 src/core/unit.c                 hashmap_remove(u->manager->cgroup_unit, u->cgroup_path);
hashmap_remove   2617 src/core/unit.c                                         hashmap_remove(u->manager->jobs, UINT32_TO_PTR(j->id));
hashmap_remove   2679 src/core/unit.c                                 p = hashmap_remove(u->manager->cgroup_unit, u->cgroup_path);
hashmap_remove    261 src/delta/delta.c                 free(hashmap_remove(bottom, d));
hashmap_remove    348 src/delta/delta.c                 free(hashmap_remove(bottom, basename(p)));
hashmap_remove    428 src/delta/delta.c                         hashmap_free_free(hashmap_remove(drops, key));
hashmap_remove    429 src/delta/delta.c                         hashmap_remove(drops, key);
hashmap_remove    103 src/journal-remote/journal-remote-write.c                 hashmap_remove(w->server->writers, w->hashmap_key);
hashmap_remove    256 src/journal/mmap-cache.c                 assert_se(hashmap_remove(c->cache->contexts, UINT_TO_PTR(c->id + 1)));
hashmap_remove    268 src/journal/mmap-cache.c                 assert_se(hashmap_remove(f->cache->fds, INT_TO_PTR(f->fd + 1)));
hashmap_remove   1623 src/journal/sd-journal.c                 hashmap_remove(j->directories_by_wd, INT_TO_PTR(d->wd));
hashmap_remove   1629 src/journal/sd-journal.c         hashmap_remove(j->directories_by_path, d->path);
hashmap_remove    858 src/libsystemd-network/sd-dhcp-server.c                         hashmap_remove(server->leases_by_client_id, existing_lease);
hashmap_remove    101 src/libsystemd/sd-bus/bus-match.c                         hashmap_remove(node->parent->compare.children, UINT_TO_PTR(node->value.u8));
hashmap_remove    103 src/libsystemd/sd-bus/bus-match.c                         hashmap_remove(node->parent->compare.children, node->value.str);
hashmap_remove   1458 src/libsystemd/sd-bus/bus-objects.c         assert(hashmap_remove(b->nodes, n->path) == n);
hashmap_remove    152 src/libsystemd/sd-bus/bus-slot.c                                         x = hashmap_remove(slot->bus->vtable_methods, &key);
hashmap_remove    165 src/libsystemd/sd-bus/bus-slot.c                                         x = hashmap_remove(slot->bus->vtable_properties, &key);
hashmap_remove    193 src/libsystemd/sd-bus/bus-track.c                 hashmap_remove(track->names, n);
hashmap_remove    292 src/libsystemd/sd-bus/bus-util.c                 hashmap_remove(q->registry, q->request);
hashmap_remove    698 src/libsystemd/sd-event/sd-event.c                         hashmap_remove(s->event->child_sources, INT_TO_PTR(s->child.pid));
hashmap_remove    348 src/libsystemd/sd-rtnl/sd-rtnl.c         hashmap_remove(rtnl->reply_callbacks, &c->serial);
hashmap_remove    368 src/libsystemd/sd-rtnl/sd-rtnl.c         c = hashmap_remove(rtnl->reply_callbacks, &serial);
hashmap_remove    615 src/libsystemd/sd-rtnl/sd-rtnl.c         c = hashmap_remove(nl->reply_callbacks, &s);
hashmap_remove     67 src/login/logind-button.c         hashmap_remove(b->manager->buttons, b->name);
hashmap_remove     84 src/login/logind-device.c         hashmap_remove(d->manager->devices, d->sysfs);
hashmap_remove     65 src/login/logind-inhibit.c         hashmap_remove(i->manager->inhibitors, i->id);
hashmap_remove     80 src/login/logind-seat.c         hashmap_remove(s->manager->seats, s->id);
hashmap_remove    399 src/login/logind-session-device.c         hashmap_remove(s->devices, &sd->dev);
hashmap_remove    414 src/login/logind-session-device.c         hashmap_remove(sd->session->devices, &sd->dev);
hashmap_remove    124 src/login/logind-session.c                 hashmap_remove(s->manager->session_units, s->scope);
hashmap_remove    139 src/login/logind-session.c         hashmap_remove(s->manager->sessions, s->id);
hashmap_remove     86 src/login/logind-user.c                 hashmap_remove(u->manager->user_units, u->slice);
hashmap_remove     91 src/login/logind-user.c                 hashmap_remove(u->manager->user_units, u->service);
hashmap_remove    100 src/login/logind-user.c         hashmap_remove(u->manager->users, ULONG_TO_PTR((unsigned long) u->uid));
hashmap_remove     80 src/machine/machine.c                 hashmap_remove(m->manager->machine_units, m->unit);
hashmap_remove     86 src/machine/machine.c         hashmap_remove(m->manager->machines, m->name);
hashmap_remove     99 src/network/networkd-address.c                         hashmap_remove(address->network->addresses_by_section,
hashmap_remove    254 src/network/networkd-link.c                 hashmap_remove(link->manager->links, INT_TO_PTR(link->ifindex));
hashmap_remove    100 src/network/networkd-netdev.c                 hashmap_remove(netdev->manager->netdevs, netdev->ifname);
hashmap_remove    177 src/network/networkd-network.c                 hashmap_remove(network->stacked_netdevs, netdev->ifname);
hashmap_remove     95 src/network/networkd-route.c                         hashmap_remove(route->network->routes_by_section,
hashmap_remove     78 src/network/networkd-wait-online-link.c                 hashmap_remove(l->manager->links, INT_TO_PTR(l->ifindex));
hashmap_remove     79 src/network/networkd-wait-online-link.c                 hashmap_remove(l->manager->links_by_name, l->ifname);
hashmap_remove    110 src/network/networkd-wait-online-link.c                 hashmap_remove(l->manager->links_by_name, l->ifname);
hashmap_remove    143 src/remount-fs/remount-fs.c                 s = hashmap_remove(pids, UINT_TO_PTR(si.si_pid));
hashmap_remove     76 src/resolve/resolved-dns-cache.c                 hashmap_remove(c->by_key, i->key);
hashmap_remove    268 src/resolve/resolved-dns-packet.c                 hashmap_remove(p->names, s);
hashmap_remove     46 src/resolve/resolved-dns-transaction.c                         hashmap_remove(t->scope->manager->dns_transactions, UINT_TO_PTR(t->id));
hashmap_remove     70 src/resolve/resolved-dns-zone.c                 hashmap_remove(z->by_key, i->rr->key);
hashmap_remove     77 src/resolve/resolved-dns-zone.c                 hashmap_remove(z->by_name, DNS_RESOURCE_KEY_NAME(i->rr->key));
hashmap_remove     69 src/resolve/resolved-link.c                 hashmap_remove(l->manager->links, INT_TO_PTR(l->ifindex));
hashmap_remove    134 src/shared/hashmap.h void *hashmap_remove(Hashmap *h, const void *key);
hashmap_remove    136 src/shared/hashmap.h         return hashmap_remove((Hashmap*) h, key);
hashmap_remove    794 src/shared/logs-show.c                                 hashmap_remove(h, n);
hashmap_remove    826 src/shared/logs-show.c                                 hashmap_remove(h, n);
hashmap_remove    109 src/shared/set.c         return hashmap_remove(MAKE_HASHMAP(s), value);
hashmap_remove   3988 src/shared/util.c                         path = hashmap_remove(pids, UINT_TO_PTR(pid));
hashmap_remove    191 src/sysctl/sysctl.c                         free(hashmap_remove(sysctl_options, p));
hashmap_remove   1769 src/sysusers/sysusers.c                 hashmap_remove(by_name, name);