Searched refs:uq1 (Results 1 – 1 of 1) sorted by relevance
1404 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local1418 uq1 = TAILQ_PREV(uq, umtxq_head, uq_lockq); in umtx_pi_adjust_thread()1420 if ((uq1 != NULL && UPRI(td) < UPRI(uq1->uq_thread)) || in umtx_pi_adjust_thread()1428 td1 = uq1->uq_thread; in umtx_pi_adjust_thread()1434 if (uq1 == NULL) in umtx_pi_adjust_thread()1437 TAILQ_INSERT_BEFORE(uq1, uq, uq_lockq); in umtx_pi_adjust_thread()1662 struct umtx_q *uq1; in umtxq_sleep_pi() local1687 TAILQ_FOREACH(uq1, &pi->pi_blocked, uq_lockq) { in umtxq_sleep_pi()1688 pri = UPRI(uq1->uq_thread); in umtxq_sleep_pi()1693 if (uq1 != NULL) in umtxq_sleep_pi()[all …]