Searched refs:allocq (Results 1 – 5 of 5) sorted by relevance
350 union vpm_freeq *allocq, *releq; in get_free_vpmap() local364 allocq = vpmflp->vpm_allocq; in get_free_vpmap()365 mutex_enter(&allocq->vpmq_mtx); in get_free_vpmap()367 if ((vpm = allocq->vpmq_free) == NULL) { in get_free_vpmap()374 if (vpmflp->vpm_allocq != allocq) { in get_free_vpmap()376 mutex_exit(&allocq->vpmq_mtx); in get_free_vpmap()382 mutex_exit(&allocq->vpmq_mtx); in get_free_vpmap()407 mutex_exit(&allocq->vpmq_mtx); in get_free_vpmap()430 vpmflp->vpm_releq = allocq; in get_free_vpmap()431 mutex_exit(&allocq->vpmq_mtx); in get_free_vpmap()[all …]
1189 struct sm_freeq *allocq, *releq; in get_free_smp() local1198 allocq = sm->sm_allocq; in get_free_smp()1199 mutex_enter(&allocq->smq_mtx); in get_free_smp()1201 if ((smp = allocq->smq_free) == NULL) { in get_free_smp()1208 if (sm->sm_allocq != allocq) { in get_free_smp()1210 mutex_exit(&allocq->smq_mtx); in get_free_smp()1216 mutex_exit(&allocq->smq_mtx); in get_free_smp()1241 mutex_exit(&allocq->smq_mtx); in get_free_smp()1264 sm->sm_releq = allocq; in get_free_smp()1265 mutex_exit(&allocq->smq_mtx); in get_free_smp()[all …]
1144 extern queue_t *allocq(void);
1131 rq = allocq(); in qattach()3349 allocq(void) in allocq() function7841 passq = allocq(); in link_addpassthru()
368 qp = allocq(); in stropen()