Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_switch.c95 &DPCPU_NAME(sched_switch_stats[SWT_TURNSTILE]), "");
H A Dsubr_turnstile.c817 mi_switch(SW_VOL | SWT_TURNSTILE); in turnstile_wait()
/f-stack/freebsd/sys/
H A Dproc.h845 #define SWT_TURNSTILE 3 /* Turnstile contention. */ macro