Home
last modified time | relevance | path

Searched refs:allocq (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dvpm.c350 union vpm_freeq *allocq, *releq; in get_free_vpmap() local
364 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 …]
H A Dseg_map.c1190 struct sm_freeq *allocq, *releq; in get_free_smp() local
1199 allocq = sm->sm_allocq; in get_free_smp()
1200 mutex_enter(&allocq->smq_mtx); in get_free_smp()
1202 if ((smp = allocq->smq_free) == NULL) { in get_free_smp()
1209 if (sm->sm_allocq != allocq) { in get_free_smp()
1211 mutex_exit(&allocq->smq_mtx); in get_free_smp()
1217 mutex_exit(&allocq->smq_mtx); in get_free_smp()
1242 mutex_exit(&allocq->smq_mtx); in get_free_smp()
1265 sm->sm_releq = allocq; in get_free_smp()
1266 mutex_exit(&allocq->smq_mtx); in get_free_smp()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1144 extern queue_t *allocq(void);
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1131 rq = allocq(); in qattach()
3349 allocq(void) in allocq() function
7841 passq = allocq(); in link_addpassthru()
H A Dstreamio.c369 qp = allocq(); in stropen()