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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c13775 mutex_init(&srdp->srd_scd_mutex, NULL, MUTEX_DEFAULT, NULL);
13786 mutex_destroy(&srdp->srd_scd_mutex);
14871 * the srd_scd_mutex held and returns with the reference count
14881 ASSERT(MUTEX_HELD(&srdp->srd_scd_mutex));
15048 mutex_enter(&srdp->srd_scd_mutex);
15055 mutex_exit(&srdp->srd_scd_mutex);
15070 mutex_exit(&srdp->srd_scd_mutex);
15082 mutex_exit(&srdp->srd_scd_mutex);
15100 mutex_exit(&srdp->srd_scd_mutex);
15243 mutex_enter(&srdp->srd_scd_mutex);
[all...]
H A Dhat_sfmmu.h436 kmutex_t srd_scd_mutex; member in struct:sf_shared_region_domain

Completed in 100 milliseconds