Searched defs:allocq (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c350 union vpm_freeq *allocq, *releq; local
364 allocq = vpmflp->vpm_allocq;
365 mutex_enter(&allocq->vpmq_mtx);
367 if ((vpm = allocq->vpmq_free) == NULL) {
372 * first see if the allocq toggled.
374 if (vpmflp->vpm_allocq != allocq) {
376 mutex_exit(&allocq->vpmq_mtx);
382 mutex_exit(&allocq->vpmq_mtx);
389 * since we just unlocked the allocq mutex.
407 mutex_exit(&allocq
[all...]
H A Dseg_map.c1190 struct sm_freeq *allocq, *releq; local
1199 allocq = sm->sm_allocq;
1200 mutex_enter(&allocq->smq_mtx);
1202 if ((smp = allocq->smq_free) == NULL) {
1207 * first see if the allocq toggled.
1209 if (sm->sm_allocq != allocq) {
1211 mutex_exit(&allocq->smq_mtx);
1217 mutex_exit(&allocq->smq_mtx);
1224 * since we just unlocked the allocq mutex.
1242 mutex_exit(&allocq
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1131 rq = allocq();
3349 allocq(void) function
3454 * Free any syncqs that are outside what allocq returned.
7841 passq = allocq();

Completed in 96 milliseconds