Searched refs:mq_nactthrs (Results 1 – 1 of 1) sorted by relevance
200 uint_t mq_nactthrs; /* Number of active threads */ member457 while (mqp->mq_nitems < 2 && mqp->mq_nactthrs > 0 && in mergeq_pop()464 if (mqp->mq_nitems < 2 && mqp->mq_nactthrs == 0) { in mergeq_pop()496 if (mqp->mq_nitems == 1 && mqp->mq_nactthrs == 0) { in mergeq_thr_merge()507 mqp->mq_nactthrs++; in mergeq_thr_merge()519 mqp->mq_nactthrs--; in mergeq_thr_merge()524 mqp->mq_nactthrs--; in mergeq_thr_merge()586 VERIFY(mqp->mq_nactthrs == 0); in mergeq_merge()