Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c119 static counter_u64_t epoch_call_count; variable
122 &epoch_call_count, "# of times a callback was deferred");
274 epoch_call_count = counter_u64_alloc(M_WAITOK); in epoch_init()
809 counter_u64_add(epoch_call_count, total); in epoch_call_task()