Searched refs:dev_mtx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Ddm_dev.c59 mutex_enter(&dmv->dev_mtx);
62 cv_wait(&dmv->dev_cv, &dmv->dev_mtx);
63 mutex_exit(&dmv->dev_mtx);
287 mutex_enter(&dmv->dev_mtx);
290 cv_wait(&dmv->dev_cv, &dmv->dev_mtx);
300 mutex_exit(&dmv->dev_mtx);
301 mutex_destroy(&dmv->dev_mtx);
334 mutex_destroy(&dmv->dev_mtx);
350 mutex_enter(&dmv->dev_mtx);
352 mutex_exit(&dmv->dev_mtx);
[all...]
H A Ddm.h140 kmutex_t dev_mtx; /* mutex for general device lock */ member in struct:dm_dev
H A Ddm_ioctl.c244 mutex_init(&dmv->dev_mtx, MUTEX_DEFAULT, IPL_NONE);

Completed in 81 milliseconds