Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c115 static counter_u64_t switch_count; variable
118 &switch_count, "# of times a thread voluntarily context switched in epoch_wait");
273 switch_count = counter_u64_alloc(M_WAITOK); in epoch_init()
666 counter_u64_add(switch_count, 1); in epoch_block_handler_preempt()