Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_umtx.c1762 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread() local
1777 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() local
2643 if (uq2 != NULL) { in do_lock_pp()
2645 pri = UPRI(uq2->uq_thread); in do_lock_pp()
2662 if (uq2 != NULL) { in do_lock_pp()
2664 pri = UPRI(uq2->uq_thread); in do_lock_pp()
2688 struct umtx_q *uq, *uq2; in do_unlock_pp() local
2752 if (uq2 != NULL) { in do_unlock_pp()
[all …]
/freebsd/crypto/openssh/
H A Dsntrup761.c181 uint32 uq,uq2; in int32_divmod_uint14() local
186 uint32_divmod_uint14(&uq2,&ur2,0x80000000,m); in int32_divmod_uint14()
187 ur -= ur2; uq -= uq2; in int32_divmod_uint14()