Lines Matching refs:dev_mtx
59 mutex_enter(&dmv->dev_mtx); in disable_dev()
62 cv_wait(&dmv->dev_cv, &dmv->dev_mtx); in disable_dev()
63 mutex_exit(&dmv->dev_mtx); in disable_dev()
287 mutex_enter(&dmv->dev_mtx); in dm_dev_destroy()
290 cv_wait(&dmv->dev_cv, &dmv->dev_mtx); in dm_dev_destroy()
300 mutex_exit(&dmv->dev_mtx); in dm_dev_destroy()
301 mutex_destroy(&dmv->dev_mtx); in dm_dev_destroy()
334 mutex_destroy(&dmv->dev_mtx); in dm_dev_free()
350 mutex_enter(&dmv->dev_mtx); in dm_dev_busy()
352 mutex_exit(&dmv->dev_mtx); in dm_dev_busy()
361 mutex_enter(&dmv->dev_mtx); in dm_dev_unbusy()
364 mutex_exit(&dmv->dev_mtx); in dm_dev_unbusy()