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

/freebsd-9.3-release/sys/sys/
H A Drunq.h68 struct thread *runq_choose(struct runq *);
/freebsd-9.3-release/sys/kern/
H A Dkern_switch.c436 runq_choose(struct runq *rq) function
445 KASSERT(td != NULL, ("runq_choose: no thread on busy queue"));
447 "runq_choose: pri=%d thread=%p rqh=%p", pri, td, rqh);
450 CTR1(KTR_RUNQ, "runq_choose: idlethread pri=%d", pri);
465 KASSERT(td != NULL, ("runq_choose: no thread on busy queue"));
H A Dsched_4bsd.c1449 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]);
1464 td = runq_choose(&runq);
H A Dsched_ule.c1272 td = runq_choose(&tdq->tdq_realtime);
1282 td = runq_choose(&tdq->tdq_idle);

Completed in 125 milliseconds