Searched refs:tdcpu (Results 1 – 1 of 1) sorted by relevance
1492 struct thread *tdcpu; in sched_4bsd_choose() local1496 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()