Searched refs:runq_not_empty (Results 1 – 3 of 3) sorted by relevance
120 bool runq_not_empty(struct runq *);
698 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()
575 runq_not_empty(struct runq *rq) in runq_not_empty() function