Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dthread.h287 int td_wakefromcpu; /* who woke me up? */ member
/dragonfly/sys/kern/
H A Dusched_dfly.c1622 if ((wakecpu = lp->lwp_thread->td_wakefromcpu) >= 0) in dfly_choose_best_queue()
1629 lp->lwp_thread->td_wakefromcpu); in dfly_choose_best_queue()
H A Dkern_fork.c818 td2->td_wakefromcpu = gd->gd_cpuid; in lwp_fork2()
H A Dkern_synch.c1024 td->td_wakefromcpu = PWAKEUP_DECODE(domain); in _wakeup()
H A Dkern_clock.c761 curthread->td_wakefromcpu = -1; in hardclock()