Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_hp.c123 entry->n_pending = 0; in ck_hp_unregister()
142 entry->n_pending = 0; in ck_hp_register()
254 thread->n_pending -= 1; in ck_hp_reclaim()
281 thread->n_pending += 1; in ck_hp_retire()
282 if (thread->n_pending > thread->n_peak) in ck_hp_retire()
283 thread->n_peak = thread->n_pending; in ck_hp_retire()
301 thread->n_pending += 1; in ck_hp_free()
302 if (thread->n_pending > thread->n_peak) in ck_hp_free()
303 thread->n_peak = thread->n_pending; in ck_hp_free()
305 if (thread->n_pending >= global->threshold) in ck_hp_free()
[all …]
H A Dck_epoch.c285 record->n_pending = 0; in ck_epoch_register()
307 record->n_pending = 0; in ck_epoch_unregister()
364 unsigned int n_pending, n_peak; in ck_epoch_dispatch() local
382 n_pending = ck_pr_load_uint(&record->n_pending); in ck_epoch_dispatch()
385 if (n_pending > n_peak) in ck_epoch_dispatch()
390 ck_pr_sub_uint(&record->n_pending, i); in ck_epoch_dispatch()
/freebsd/sys/contrib/ck/include/
H A Dck_epoch.h94 unsigned int n_pending; member
204 record->n_pending++; in ck_epoch_call()
222 ck_pr_inc_uint(&record->n_pending); in ck_epoch_call_strict()
H A Dck_hp.h70 unsigned int n_pending; member
/freebsd/sys/kern/
H A Dsubr_epoch.c823 if ((npending = record->n_pending) == 0) in epoch_call_task()
826 total += npending - record->n_pending; in epoch_call_task()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c2319 int n_pending = 0, i; in event_callback_finalize_many_() local
2335 ++n_pending; in event_callback_finalize_many_()
2341 if (n_pending == 0) { in event_callback_finalize_many_()
/freebsd/contrib/libevent/
H A Devent.c2319 int n_pending = 0, i; in event_callback_finalize_many_() local
2335 ++n_pending; in event_callback_finalize_many_()
2341 if (n_pending == 0) { in event_callback_finalize_many_()