Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_switch.c107 &DPCPU_NAME(sched_switch_stats[SWT_BIND]), "");
H A Dsched_4bsd.c1576 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
H A Dsched_ule.c2916 mi_switch(SW_VOL | SWT_BIND); in sched_bind()
/freebsd-14.2/sys/sys/
H A Dproc.h928 #define SWT_BIND 11 /* Thread bound to a new CPU. */ macro