Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 12 of 12) sorted by relevance

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c99 Prioq *pending; member
172 assert(x->pending); in pending_prioq_compare()
173 assert(y->pending); in pending_prioq_compare()
266 return !s->pending || s->ratelimited; in event_source_timer_candidate()
345 prioq_free(e->pending); in event_free()
395 r = prioq_ensure_allocated(&e->pending, pending_prioq_compare); in sd_event_new()
769 if (s->pending) in event_source_pp_prioq_reshuffle()
770 prioq_reshuffle(s->event->pending, s, &s->pending_index); in event_source_pp_prioq_reshuffle()
900 if (s->pending) { in source_disconnect()
927 if (s->pending) in source_disconnect()
[all …]
Devent-source.h61 bool pending:1; member
/systemd-251/shell-completion/zsh/
D_systemd73 '--list[Lists all currently pending system password requests.]' \
74 …'--query[Process all currently pending system password requests by querying the user on the callin…
/systemd-251/rules.d/
D64-btrfs.rules.in14 # reconsider pending devices in case when multidevice volume awaits
/systemd-251/test/fuzz/fuzz-udev-rules/
D64-btrfs.rules14 # reconsider pending devices in case when multidevice volume awaits
/systemd-251/src/timesync/
Dtimesyncd-manager.h76 bool pending; member
Dtimesyncd-manager.c143 m->pending = true; in manager_send_request()
456 if (!m->pending) { in manager_receive_response()
501 m->pending = false; in manager_receive_response()
/systemd-251/src/resolve/
Dresolved-dns-query.c934 bool pending = false; in dns_query_ready() local
964 pending = true; in dns_query_ready()
974 if (pending) in dns_query_ready()
/systemd-251/docs/
DPASSWORD_AGENTS.md37 It may happen that multiple password entries are pending at the same time. Your agent needs to be a…
/systemd-251/src/core/
Dsocket.c2324 bool pending = false; in socket_enter_running() local
2330 pending = true; in socket_enter_running()
2334 if (!pending) { in socket_enter_running()
/systemd-251/
DTODO818 * let's not GC a unit while its ratelimits are still pending
DNEWS2852 all pending socket data/connections are flushed whenever the socket
3284 its pending removal 2 years ago (also see NEWS file below). It's
6221 pending bus messages.
8720 likely source of bugs. There's also a glibc bug pending,