Searched refs:dam_lock (Results 1 – 2 of 2) sorted by relevance
146 mutex_init(&mapp->dam_lock, NULL, MUTEX_DRIVER, NULL); in damap_create()172 ASSERT(mutex_owned(&mapp->dam_lock)); in dam_map_alloc()225 mutex_enter(&mapp->dam_lock); in damap_destroy()233 mutex_exit(&mapp->dam_lock); in damap_destroy()239 mutex_enter(&mapp->dam_lock); in damap_destroy()247 mutex_exit(&mapp->dam_lock); in damap_destroy()265 mutex_exit(&mapp->dam_lock); in damap_destroy()270 mutex_destroy(&mapp->dam_lock); in damap_destroy()305 mutex_enter(&mapp->dam_lock); in damap_sync()314 if (cv_reltimedwait(&mapp->dam_sync_cv, &mapp->dam_lock, in damap_sync()[all …]
93 kmutex_t dam_lock; member