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);
67 mutex_destroy(&vscan_door_mutex);
78 mutex_enter(&vscan_door_mutex);
86 mutex_exit(&vscan_door_mutex);
90 mutex_exit(&vscan_door_mutex);
103 mutex_enter(&vscan_door_mutex);
109 time_left = cv_reltimedwait(&vscan_door_cv, &vscan_door_mutex,
121 mutex_exit(&vscan_door_mutex);
141 mutex_enter(&vscan_door_mutex);
[all...]

Completed in 55 milliseconds