Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drunq.h70 struct thread *runq_choose(struct runq *);
/f-stack/freebsd/kern/
H A Dkern_switch.c473 runq_choose(struct runq *rq) in runq_choose() function
H A Dsched_4bsd.c1467 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]); in sched_choose()
1482 td = runq_choose(&runq); in sched_choose()
H A Dsched_ule.c1382 td = runq_choose(&tdq->tdq_realtime); in tdq_choose()
1392 td = runq_choose(&tdq->tdq_idle); in tdq_choose()