Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_switch.c103 &DPCPU_NAME(sched_switch_stats[SWT_IDLE]), "");
240 flags |= SWT_IDLE; in critical_exit_preempt()
HDsched_ule.c1088 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
1126 mi_switch(SW_VOL | SWT_IDLE); in tdq_idled()
2959 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
HDsched_4bsd.c1653 mi_switch(SW_VOL | SWT_IDLE); in sched_idletd()
/freebsd-13-stable/sys/sys/
HDproc.h881 #define SWT_IDLE 8 /* Switching from the idle thread. */ macro