Searched refs:sched_runnable (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/x86/x86/
H A Dcpu_machdep.c522 if (sched_runnable())
557 if (sched_runnable())
574 if (sched_runnable()) {
598 * The sched_runnable() call is racy but as long as there is
603 if (sched_runnable())
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c2468 sched_runnable(void) function
H A Dsched_4bsd.c676 sched_runnable(void) function
1627 while (sched_runnable() == 0) {
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c284 if (!sched_runnable())
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c417 if (!sched_runnable())
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c354 if (!sched_runnable())
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S583 jal sched_runnable
/freebsd-11-stable/sys/vm/
H A Dvm_zeroidle.c128 if (sched_runnable()) {
/freebsd-11-stable/sys/sys/
H A Dsched.h72 * sched_runnable:
77 int sched_runnable(void);

Completed in 114 milliseconds