Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drunq.h68 struct thread *runq_choose(struct runq *);
/freebsd/sys/kern/
H A Dkern_switch.c467 runq_choose(struct runq *rq) in runq_choose() function
H A Dsched_4bsd.c1497 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]); in sched_choose()
1512 td = runq_choose(&runq); in sched_choose()
H A Dsched_ule.c1462 td = runq_choose(&tdq->tdq_realtime); in tdq_choose()
1472 td = runq_choose(&tdq->tdq_idle); in tdq_choose()