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

/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.c1597 struct umtx_q *uq, *uq1, *uq2; local
1612 uq2 = TAILQ_NEXT(uq, uq_lockq);
1614 (uq2 != NULL && UPRI(td) > UPRI(uq2->uq_thread))) {
2203 struct umtx_q *uq, *uq2; local
2290 uq2 = TAILQ_FIRST(&pi->pi_blocked);
2291 if (uq2 != NULL) {
2292 if (pri > UPRI(uq2->uq_thread))
2293 pri = UPRI(uq2->uq_thread);
2309 uq2
2338 struct umtx_q *uq, *uq2; local
[all...]

Completed in 84 milliseconds