Searched refs:uq2 (Results 1 – 2 of 2) sorted by relevance
1762 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local1777 uq2 = TAILQ_NEXT(uq, uq_lockq); in umtx_pi_adjust_thread()1779 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) { in umtx_pi_adjust_thread()2520 struct umtx_q *uq, *uq2; in do_lock_pp() local2640 uq2 = TAILQ_FIRST(&pi->pi_blocked); in do_lock_pp()2641 if (uq2 != NULL) { in do_lock_pp()2642 if (pri > UPRI(uq2->uq_thread)) in do_lock_pp()2643 pri = UPRI(uq2->uq_thread); in do_lock_pp()2659 uq2 = TAILQ_FIRST(&pi->pi_blocked); in do_lock_pp()2660 if (uq2 != NULL) { in do_lock_pp()[all …]
181 uint32 uq,uq2; in int32_divmod_uint14() local186 uint32_divmod_uint14(&uq2,&ur2,0x80000000,m); in int32_divmod_uint14()187 ur -= ur2; uq -= uq2; in int32_divmod_uint14()