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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c181 #define sd_label_mutex ssd_label_mutex macro
286 * sd_label_mutex protects a static buffer used in the disk label
289 static kmutex_t sd_label_mutex; variable
2439 mutex_init(&sd_label_mutex, NULL, MUTEX_DRIVER, NULL);
2466 mutex_destroy(&sd_label_mutex);
2509 mutex_destroy(&sd_label_mutex);

Completed in 117 milliseconds