Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c270 struct thread *tdq_curthread; /* (t) Current executing thread. */ member
671 ctd = tdq->tdq_curthread; in tdq_setlowpri()
918 td = tdq->tdq_curthread; in sched_balance_group()
1216 if (TD_IS_IDLETHREAD(tdq->tdq_curthread) && in tdq_notify()
1622 tdq->tdq_curthread = &thread0; in sched_ule_setup()
2378 MPASS(td == tdq->tdq_curthread); in sched_ule_sswitch()
2809 tdq->tdq_curthread = td; in sched_ule_choose()