Home
last modified time | relevance | path

Searched refs:vscan_drv_mutex (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c148 static kmutex_t vscan_drv_mutex; variable
238 mutex_init(&vscan_drv_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
248 mutex_destroy(&vscan_drv_mutex); in _init()
281 mutex_destroy(&vscan_drv_mutex); in _fini()
377 mutex_enter(&vscan_drv_mutex); in vscan_drv_in_use()
382 mutex_exit(&vscan_drv_mutex); in vscan_drv_in_use()
418 mutex_enter(&vscan_drv_mutex); in vscan_drv_open()
431 mutex_exit(&vscan_drv_mutex); in vscan_drv_open()
437 mutex_exit(&vscan_drv_mutex); in vscan_drv_open()
442 mutex_exit(&vscan_drv_mutex); in vscan_drv_open()
[all …]