Home
last modified time | relevance | path

Searched refs:runq_not_empty (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Drunq.h120 bool runq_not_empty(struct runq *);
/freebsd/sys/kern/
H A Dsched_4bsd.c698 return (runq_not_empty(&runq) || in sched_runnable()
699 runq_not_empty(&runq_pcpu[PCPU_GET(cpuid)])); in sched_runnable()
701 return (runq_not_empty(&runq)); in sched_runnable()
H A Dkern_switch.c575 runq_not_empty(struct runq *rq) in runq_not_empty() function