Searched refs:dam_lock (Results 1 – 2 of 2) sorted by relevance
145 mutex_init(&mapp->dam_lock, NULL, MUTEX_DRIVER, NULL); in damap_create()171 ASSERT(mutex_owned(&mapp->dam_lock)); in dam_map_alloc()224 mutex_enter(&mapp->dam_lock); in damap_destroy()232 mutex_exit(&mapp->dam_lock); in damap_destroy()238 mutex_enter(&mapp->dam_lock); in damap_destroy()246 mutex_exit(&mapp->dam_lock); in damap_destroy()264 mutex_exit(&mapp->dam_lock); in damap_destroy()269 mutex_destroy(&mapp->dam_lock); in damap_destroy()304 mutex_enter(&mapp->dam_lock); in damap_sync()313 if (cv_reltimedwait(&mapp->dam_sync_cv, &mapp->dam_lock, in damap_sync()[all …]
92 kmutex_t dam_lock; member