Searched refs:runq_choose (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Drunq.h68 struct thread *runq_choose(struct runq *);
/freebsd-11.0-release/sys/kern/
H A Dkern_switch.c442 runq_choose(struct runq *rq) function
451 KASSERT(td != NULL, ("runq_choose: no thread on busy queue"));
453 "runq_choose: pri=%d thread=%p rqh=%p", pri, td, rqh);
456 CTR1(KTR_RUNQ, "runq_choose: idlethread pri=%d", pri);
471 KASSERT(td != NULL, ("runq_choose: no thread on busy queue"));
H A Dsched_4bsd.c1458 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]);
1473 td = runq_choose(&runq);
H A Dsched_ule.c1322 td = runq_choose(&tdq->tdq_realtime);
1332 td = runq_choose(&tdq->tdq_idle);

Completed in 93 milliseconds