Searched refs:uq2 (Results 1 – 1 of 1) sorted by relevance
1404 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local1419 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() local2254 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() local2362 if (uq2 != NULL) { in do_unlock_pp()[all …]