Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsched_4bsd.c1492 struct thread *tdcpu; in sched_4bsd_choose() local
1496 tdcpu = runq_choose(&runq_pcpu[PCPU_GET(cpuid)]); in sched_4bsd_choose()
1499 (tdcpu != NULL && in sched_4bsd_choose()
1500 tdcpu->td_priority < td->td_priority)) { in sched_4bsd_choose()
1501 CTR2(KTR_RUNQ, "choosing td %p from pcpu runq %d", tdcpu, in sched_4bsd_choose()
1503 td = tdcpu; in sched_4bsd_choose()
1516 if (td == tdcpu) in sched_4bsd_choose()