HomeSort by: relevance | last modified time | path
    Searched refs:sched_curcpu_runnable_p (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
kern_idle.c 82 if (!sched_curcpu_runnable_p()) {
86 if (!sched_curcpu_runnable_p()) {
88 if (!sched_curcpu_runnable_p() &&
kern_runq.c 1106 * sched_curcpu_runnable_p: return if curcpu() should exit the idle loop.
1110 sched_curcpu_runnable_p(void) function in typeref:typename:bool
  /src/sys/sys/
sched.h 240 bool sched_curcpu_runnable_p(void);
  /src/sys/arch/evbarm/nslu2/
nslu2_leds.c 151 if (CLKF_INTR(cf) || sched_curcpu_runnable_p() ||
  /src/sys/arch/alpha/alpha/
pmap.c 2792 if (sched_curcpu_runnable_p()) {
  /src/sys/arch/arm/arm32/
pmap.c 5675 if (sched_curcpu_runnable_p() != 0) {

Completed in 21 milliseconds