Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_switch.c105 &DPCPU_NAME(sched_switch_stats[SWT_IDLE]), "");
242 flags |= SWT_IDLE; in critical_exit_preempt()
H A Dsched_ule.c1063 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
1101 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
2922 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
H A Dsched_4bsd.c1661 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
/freebsd-13.1/sys/sys/
H A Dproc.h865 #define SWT_IDLE 8 /* Switching from the idle thread. */ macro