Searched refs:srd_mutex (Results 1 – 2 of 2) sorted by relevance
13768 mutex_init(&srdp->srd_mutex, NULL, MUTEX_DEFAULT, NULL); in sfmmu_srdcache_constructor()13779 mutex_destroy(&srdp->srd_mutex); in sfmmu_srdcache_destructor()13867 mutex_enter(&srdp->srd_mutex); in hat_join_region()13888 mutex_exit(&srdp->srd_mutex); in hat_join_region()14001 mutex_exit(&srdp->srd_mutex); in hat_join_region()14005 ASSERT(MUTEX_HELD(&srdp->srd_mutex)); in hat_join_region()14020 mutex_exit(&srdp->srd_mutex); in hat_join_region()14024 mutex_enter(&srdp->srd_mutex); in hat_join_region()14041 mutex_exit(&srdp->srd_mutex); in hat_join_region()14239 mutex_enter(&srdp->srd_mutex); in hat_leave_region()[all …]
435 kmutex_t srd_mutex; /* sync add/remove rgns */ member