Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c44 static kmutex_t vscan_door_mutex; variable
55 mutex_init(&vscan_door_mutex, NULL, MUTEX_DEFAULT, NULL); in vscan_door_init()
67 mutex_destroy(&vscan_door_mutex); in vscan_door_fini()
78 mutex_enter(&vscan_door_mutex); in vscan_door_open()
86 mutex_exit(&vscan_door_mutex); in vscan_door_open()
90 mutex_exit(&vscan_door_mutex); in vscan_door_open()
103 mutex_enter(&vscan_door_mutex); in vscan_door_close()
109 time_left = cv_reltimedwait(&vscan_door_cv, &vscan_door_mutex, in vscan_door_close()
121 mutex_exit(&vscan_door_mutex); in vscan_door_close()
141 mutex_enter(&vscan_door_mutex); in vscan_door_scan_file()
[all …]