Searched defs:sd_detach_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c182 #define sd_detach_mutex ssd_detach_mutex macro
292 * sd_detach_mutex protects un_layer_count, un_detach_count, and
295 static kmutex_t sd_detach_mutex; variable
297 _NOTE(MUTEX_PROTECTS_DATA(sd_detach_mutex,
2437 mutex_init(&sd_detach_mutex, NULL, MUTEX_DRIVER, NULL);
2464 mutex_destroy(&sd_detach_mutex);
2507 mutex_destroy(&sd_detach_mutex);
6547 mutex_enter(&sd_detach_mutex);
6550 mutex_exit(&sd_detach_mutex);
6553 mutex_exit(&sd_detach_mutex);
[all...]

Completed in 105 milliseconds