Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c114 static counter_u64_t switch_count; variable
117 &switch_count, "# of times a thread voluntarily context switched in epoch_wait");
306 switch_count = counter_u64_alloc(M_WAITOK); in epoch_init()
689 counter_u64_add(switch_count, 1); in epoch_block_handler_preempt()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1064 u8 switch_count; member