Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c111 static counter_u64_t turnstile_count; variable
114 &turnstile_count, "# of times a thread was blocked on a lock in an epoch during an epoch_wait");
272 turnstile_count = counter_u64_alloc(M_WAITOK); in epoch_init()
650 counter_u64_add(turnstile_count, 1); in epoch_block_handler_preempt()