Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_switch.c93 &DPCPU_NAME(sched_switch_stats[SWT_TURNSTILE]), "");
HDsubr_turnstile.c751 mi_switch(SW_VOL | SWT_TURNSTILE, NULL); in turnstile_wait()
/NextBSD/sys/sys/
HDproc.h743 #define SWT_TURNSTILE 3 /* Turnstile contention. */ macro