Home
last modified time | relevance | path

Searched refs:sched_runnable (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dsched.h86 bool sched_runnable(void);
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c842 if (sched_runnable()) { in cpu_idle_powerx()
886 if (sched_runnable()) { in cpu_idle_power9()
/freebsd/sys/arm/arm/
H A Dmachdep.c254 if (!sched_runnable()) in cpu_idle()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c180 if (!sched_runnable()) in cpu_idle()
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c589 if (sched_runnable()) { in phyp_cpu_idle()
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c567 if (sched_runnable()) { in cpu_idle_enter()
640 if (sched_runnable()) in cpu_idle_spin()
/freebsd/sys/kern/
H A Dsched_4bsd.c695 sched_runnable(void) in sched_runnable() function
1696 while (!sched_runnable()) { in sched_idletd()
H A Dsched_ule.c2823 sched_runnable(void) in sched_runnable() function
/freebsd/sys/arm64/arm64/
H A Dmachdep.c284 if (!sched_runnable()) in cpu_idle()