Searched refs:hashmap_isempty (Results 1 - 20 of 20) sorted by relevance

/systemd/src/remount-fs/
H A Dremount-fs.c125 while (!hashmap_isempty(pids)) {
/systemd/src/test/
H A Dtest-hashmap-plain.c602 assert_se(hashmap_isempty(m));
604 assert_se(!hashmap_isempty(m));
735 while (!hashmap_isempty(h)) {
789 assert_se(hashmap_isempty(m));
809 assert_se(hashmap_isempty(m));
823 assert_se(hashmap_isempty(m));
835 assert_se(hashmap_isempty(m));
/systemd/src/journal/
H A Dtest-catalog.c74 assert_se(hashmap_isempty(h));
H A Djournalctl.c1814 if (hashmap_isempty(j->errors)) {
/systemd/src/core/
H A Dtransaction.c61 assert(hashmap_isempty(tr->jobs));
726 assert(hashmap_isempty(tr->jobs));
728 if (!hashmap_isempty(m->jobs)) {
1089 assert(hashmap_isempty(tr->jobs));
H A Dmanager.c919 assert(hashmap_isempty(m->jobs));
920 assert(hashmap_isempty(m->units));
988 assert(hashmap_isempty(m->units_requiring_mounts_for));
/systemd/src/libsystemd/sd-bus/
H A Dbus-track.c222 if (hashmap_isempty(track->names))
H A Dbus-match.c112 assert(hashmap_isempty(node->compare.children));
128 if (BUS_MATCH_IS_COMPARE(node->type) && !hashmap_isempty(node->compare.children))
1085 assert(hashmap_isempty(node->compare.children));
H A Dbus-objects.c1355 if (hashmap_isempty(bus->nodes))
H A Dsd-bus.c164 assert(hashmap_isempty(b->nodes));
/systemd/src/machine/
H A Dmachined.c341 return hashmap_isempty(m->machines);
/systemd/src/network/
H A Dnetworkd-link.c1483 if (hashmap_isempty(link->bound_to_links))
1515 if (hashmap_isempty(link->bound_by_links))
1691 if (!hashmap_isempty(link->bound_to_links)) {
1696 if (!hashmap_isempty(link->bound_by_links)) {
1729 if (!hashmap_isempty(link->bound_to_links)) {
1791 hashmap_isempty(link->network->stacked_netdevs))
2890 if (!hashmap_isempty(link->bound_to_links)) {
2901 if (!hashmap_isempty(link->bound_by_links)) {
/systemd/src/basic/
H A Dhashmap.h244 static inline bool hashmap_isempty(Hashmap *h) { function
H A Dutil.c176 while (!hashmap_isempty(pids)) {
/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c394 if (hashmap_isempty(enumerator->match_property))
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c454 if (hashmap_isempty(d->positive_by_key))
H A Dresolved-dns-zone.c655 return hashmap_isempty(zone->by_key);
H A Dresolved-dns-cache.c1080 return hashmap_isempty(cache->by_key);
/systemd/src/import/
H A Dimportd.c1170 return hashmap_isempty(m->transfers);
/systemd/src/udev/
H A Dudevd.c1247 if (!hashmap_isempty(manager->workers)) {

Completed in 1173 milliseconds