Searched refs:uq_first2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dkern_umtx.c2104 struct umtx_q *uq_first, *uq_first2, *uq_me; local
2163 uq_first2 = TAILQ_FIRST(&pi2->pi_blocked);
2164 if (uq_first2 != NULL) {
2165 if (pri > UPRI(uq_first2->uq_thread))
2166 pri = UPRI(uq_first2->uq_thread);

Completed in 49 milliseconds