Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c118 static counter_u64_t epoch_call_count; variable
121 &epoch_call_count, "# of times a callback was deferred");
307 epoch_call_count = counter_u64_alloc(M_WAITOK); in epoch_init()
832 counter_u64_add(epoch_call_count, total); in epoch_call_task()