Searched refs:uq_first (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
2137 count = umtxq_count_pi(&key, &uq_first);
2138 if (uq_first != NULL) {
2140 pi = uq_first->uq_pi_blocked;
2154 uq_first = TAILQ_FIRST(&pi->pi_blocked);
2155 while (uq_first != NULL &&
2156 (uq_first->uq_flags & UQF_UMTXQ) == 0) {
2157 uq_first = TAILQ_NEXT(uq_first, uq_lockq);
2171 if (uq_first)
[all...]

Completed in 91 milliseconds