Searched refs:vpmq_mtx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c301 mutex_enter(&freeq->vpmq_mtx); \
312 mutex_exit(&freeq->vpmq_mtx); \
365 mutex_enter(&allocq->vpmq_mtx);
376 mutex_exit(&allocq->vpmq_mtx);
380 if (!mutex_tryenter(&releq->vpmq_mtx)) {
382 mutex_exit(&allocq->vpmq_mtx);
387 * releq->vpmq_mtx. In order to force the other thread
391 mutex_enter(&releq->vpmq_mtx);
392 mutex_exit(&releq->vpmq_mtx);
406 mutex_exit(&releq->vpmq_mtx);
[all...]
H A Dvpm.h224 #define vpmq_mtx vpmfq.vpmsq_mtx macro

Completed in 197 milliseconds