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

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

Completed in 119 milliseconds