Lines Matching refs:srd_mutex
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()
14249 mutex_exit(&srdp->srd_mutex); in hat_leave_region()
14262 mutex_exit(&srdp->srd_mutex); in hat_leave_region()
14265 mutex_exit(&srdp->srd_mutex); in hat_leave_region()
14280 mutex_enter(&srdp->srd_mutex); in hat_leave_region()
14286 mutex_exit(&srdp->srd_mutex); in hat_leave_region()
15333 return (MUTEX_HELD(&srdp->srd_mutex)); in sfmmu_srd_lock_held()