Home
last modified time | relevance | path

Searched refs:set_steal_first (Results 1 – 17 of 17) sorted by relevance

/systemd-251/src/shared/
Dfdset.c53 while ((p = set_steal_first(MAKE_SET(s)))) { in fdset_close()
246 p = set_steal_first(MAKE_SET(fds)); in fdset_steal_first()
Dmount-setup.c311 controller = set_steal_first(controllers); in mount_cgroup_controllers()
/systemd-251/src/basic/
Dset.h94 static inline void *set_steal_first(Set *s) { in set_steal_first() function
102 while ((_item = set_steal_first(_s))) \
/systemd-251/src/test/
Dtest-ordered-set.c10 TEST(set_steal_first) { in TEST() argument
Dtest-prioq.c99 while ((t = set_steal_first(s))) { in TEST()
Dtest-set.c10 TEST(set_steal_first) { in TEST() argument
22 while ((val = set_steal_first(m))) in TEST()
/systemd-251/src/nspawn/
Dnspawn-cgroup.c344 controller = set_steal_first(controllers); in mount_legacy_cgns_supported()
446 controller = set_steal_first(controllers); in mount_legacy_cgns_unsupported()
/systemd-251/src/login/
Dlogind-brightness.c83 m = set_steal_first(w->current_messages); in brightness_writer_reply()
/systemd-251/src/resolve/
Dresolved-dns-transaction.c42 while ((z = set_steal_first(t->dnssec_transactions))) { in dns_transaction_flush_dnssec_transactions()
129 while ((c = set_steal_first(t->notify_query_candidates))) in dns_transaction_free()
133 while ((c = set_steal_first(t->notify_query_candidates_done))) in dns_transaction_free()
137 while ((i = set_steal_first(t->notify_zone_items))) in dns_transaction_free()
141 while ((i = set_steal_first(t->notify_zone_items_done))) in dns_transaction_free()
145 while ((z = set_steal_first(t->notify_transactions))) in dns_transaction_free()
149 while ((z = set_steal_first(t->notify_transactions_done))) in dns_transaction_free()
Dresolved-dns-query.c52 while ((t = set_steal_first(c->transactions))) { in dns_query_candidate_stop()
/systemd-251/src/core/
Dautomount.c494 while ((token = PTR_TO_UINT(set_steal_first(tokens)))) { in automount_send_ready()
Ddbus.c1039 while ((b = set_steal_first(m->private_buses))) in bus_done_private()
Dsocket.c148 while ((p = set_steal_first(s->peers_by_address))) in socket_done()
Dload-fragment.c6025 while ((k = set_steal_first(names))) { in merge_by_names()
/systemd-251/src/home/
Dhomed-manager.c1999 set_steal_first(m->rebalance_pending_method_calls); in manager_rebalance_reply_messages()
/systemd-251/src/busctl/
Dbusctl.c473 p = set_steal_first(paths); in tree_one()
/systemd-251/src/journal/
Djournald-server.c531 assert_se(f = set_steal_first(s->deferred_closes)); in server_vacuum_deferred_closes()