Searched refs:uq2 (Results 1 – 1 of 1) sorted by relevance
1774 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local1789 uq2 = TAILQ_NEXT(uq, uq_lockq); in umtx_pi_adjust_thread()1791 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) { in umtx_pi_adjust_thread()2530 struct umtx_q *uq, *uq2; in do_lock_pp() local2652 uq2 = TAILQ_FIRST(&pi->pi_blocked); in do_lock_pp()2653 if (uq2 != NULL) { in do_lock_pp()2654 if (pri > UPRI(uq2->uq_thread)) in do_lock_pp()2655 pri = UPRI(uq2->uq_thread); in do_lock_pp()2671 uq2 = TAILQ_FIRST(&pi->pi_blocked); in do_lock_pp()2672 if (uq2 != NULL) { in do_lock_pp()[all …]