Searched refs:srd_mutex (Results 1 – 2 of 2) sorted by relevance
13960 mutex_init(&srdp->srd_mutex, NULL, MUTEX_DEFAULT, NULL); in sfmmu_srdcache_constructor()13971 mutex_destroy(&srdp->srd_mutex); in sfmmu_srdcache_destructor()14066 mutex_enter(&srdp->srd_mutex); in hat_join_region()14087 mutex_exit(&srdp->srd_mutex); in hat_join_region()14200 mutex_exit(&srdp->srd_mutex); in hat_join_region()14204 ASSERT(MUTEX_HELD(&srdp->srd_mutex)); in hat_join_region()14219 mutex_exit(&srdp->srd_mutex); in hat_join_region()14223 mutex_enter(&srdp->srd_mutex); in hat_join_region()14240 mutex_exit(&srdp->srd_mutex); in hat_join_region()14444 mutex_enter(&srdp->srd_mutex); in hat_leave_region()[all …]
435 kmutex_t srd_mutex; /* sync add/remove rgns */ member