Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_switch.c111 &DPCPU_NAME(sched_switch_stats[SWT_BIND]), "");
H A Dsched_4bsd.c1572 mi_switch(SW_VOL | SWT_BIND); in sched_4bsd_bind()
H A Dsched_ule.c3023 mi_switch(SW_VOL | SWT_BIND); in sched_ule_bind()
/freebsd/sys/sys/
H A Dproc.h933 #define SWT_BIND 11 /* Thread bound to a new CPU. */ macro