Home
last modified time | relevance | path

Searched refs:n_pending (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dvarlink.c112 unsigned n_pending; member
697 assert(v->n_pending > 0); in varlink_dispatch_reply()
759 assert(v->n_pending > 0); in varlink_dispatch_reply()
762 v->n_pending--; in varlink_dispatch_reply()
766 … v->n_pending == 0 ? VARLINK_IDLE_CLIENT : VARLINK_AWAITING_REPLY); in varlink_dispatch_reply()
1366 v->n_pending++; in varlink_invoke()
1420 v->n_pending++; in varlink_observe()
1462 … assert(v->n_pending == 0); /* n_pending can't be > 0 if we are in VARLINK_IDLE_CLIENT state */ in varlink_call()
1479 v->n_pending++; in varlink_call()
1504 assert(v->n_pending == 1); in varlink_call()
[all …]
/systemd-251/src/libsystemd/sd-event/
Devent-source.h216 unsigned n_pending; member
Dsd-event.c901 assert(inotify_data->n_pending > 0); in source_disconnect()
902 inotify_data->n_pending--; in source_disconnect()
1040 s->inotify.inode_data->inotify_data->n_pending ++; in source_set_pending()
1042 assert(s->inotify.inode_data->inotify_data->n_pending > 0); in source_set_pending()
1043 s->inotify.inode_data->inotify_data->n_pending --; in source_set_pending()
3391 if (d->n_pending > 0) in event_inotify_data_read()
3439 if (d->n_pending > 0) in event_inotify_data_process()
3510 if (d->n_pending > 0) in event_inotify_data_process()
3658 if (d->n_pending == 0) in source_dispatch()