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

/netbsd-current/sys/dev/dm/
H A Ddm_dev.c62 cv_wait(&dmv->dev_cv, &dmv->dev_mtx);
290 cv_wait(&dmv->dev_cv, &dmv->dev_mtx);
302 cv_destroy(&dmv->dev_cv);
336 cv_destroy(&dmv->dev_cv);
363 cv_broadcast(&dmv->dev_cv);
H A Ddm.h141 kcondvar_t dev_cv; /* cv for between ioctl synchronisation */ member in struct:dm_dev
H A Ddm_ioctl.c45 * dm_dev::dev_cv and when last user will call dm_dev_unbusy they will wake
246 cv_init(&dmv->dev_cv, "dm_dev");

Completed in 108 milliseconds