Searched refs:sched_runnable (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/vm/
H A Dvm_zeroidle.c129 if (sched_runnable()) {
/freebsd-10.1-release/sys/sys/
H A Dsched.h72 * sched_runnable:
77 int sched_runnable(void);
/freebsd-10.1-release/sys/amd64/amd64/
H A Dmachdep.c683 if (sched_runnable())
717 if (sched_runnable())
743 if (sched_runnable()) {
766 * The sched_runnable() call is racy but as long as there is
771 if (sched_runnable())
/freebsd-10.1-release/sys/kern/
H A Dsched_4bsd.c695 sched_runnable(void) function
1641 while (sched_runnable() == 0) {
H A Dsched_ule.c2279 sched_runnable(void) function
/freebsd-10.1-release/sys/pc98/pc98/
H A Dmachdep.c1143 if (sched_runnable())
1169 if (sched_runnable()) {
1192 * The sched_runnable() call is racy but as long as there is
1197 if (sched_runnable())
/freebsd-10.1-release/sys/arm/arm/
H A Dmachdep.c433 if (!sched_runnable())
/freebsd-10.1-release/sys/i386/i386/
H A Dmachdep.c1250 if (sched_runnable())
1285 if (sched_runnable())
1312 if (sched_runnable()) {
1335 * The sched_runnable() call is racy but as long as there is
1340 if (sched_runnable())
/freebsd-10.1-release/sys/ia64/ia64/
H A Dmachdep.c422 if (sched_runnable())
/freebsd-10.1-release/sys/mips/mips/
H A Dexception.S589 jal sched_runnable

Completed in 130 milliseconds