Home
last modified time | relevance | path

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

/freebsd-src/sys/kern/
H A Dkern_umtx.c1781 if ((uq1 != NULL && UPRI(td) < UPRI(uq1->uq_thread)) || in umtx_pi_adjust_thread()
1782 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) { in umtx_pi_adjust_thread()
1789 td1 = uq1->uq_thread; in umtx_pi_adjust_thread()
1915 if (pri > UPRI(uq->uq_thread)) in umtx_repropagate_priority()
1916 pri = UPRI(uq->uq_thread); in umtx_repropagate_priority()
1926 umtx_pi_adjust_thread(pi, uq_owner->uq_thread);
1982 pri = UPRI(uq->uq_thread); in umtx_pi_claim()
2031 td = uq->uq_thread; in umtxq_sleep_pi()
2032 KASSERT(td == curthread, ("inconsistent uq_thread")); in umtxq_sleep_pi()
2049 pri = UPRI(uq1->uq_thread); in umtxq_sleep_pi()
[all...]
/freebsd-src/sys/sys/
H A Dumtxvar.h128 struct thread *uq_thread; member