Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_umtx.c1404 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local
1419 uq2 = TAILQ_NEXT(uq, uq_lockq); in umtx_pi_adjust_thread()
1421 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) { in umtx_pi_adjust_thread()
2134 struct umtx_q *uq, *uq2; in do_lock_pp() local
2254 if (uq2 != NULL) { in do_lock_pp()
2256 pri = UPRI(uq2->uq_thread); in do_lock_pp()
2273 if (uq2 != NULL) { in do_lock_pp()
2275 pri = UPRI(uq2->uq_thread); in do_lock_pp()
2299 struct umtx_q *uq, *uq2; in do_unlock_pp() local
2362 if (uq2 != NULL) { in do_unlock_pp()
[all …]