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

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c110 static kmutex_t non_ff_drv_mutex; variable
873 mutex_enter(&non_ff_drv_mutex);
878 mutex_exit(&non_ff_drv_mutex);
887 mutex_exit(&non_ff_drv_mutex);
901 mutex_exit(&non_ff_drv_mutex);
910 mutex_exit(&non_ff_drv_mutex);
921 mutex_exit(&non_ff_drv_mutex);
933 mutex_exit(&non_ff_drv_mutex);
5834 mutex_init(&non_ff_drv_mutex, NULL, MUTEX_DEFAULT, NULL);
5849 mutex_destroy(&non_ff_drv_mutex);
[all...]

Completed in 65 milliseconds