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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c184 #define sd_log_mutex ssd_log_mutex macro
304 static kmutex_t sd_log_mutex; variable
2438 mutex_init(&sd_log_mutex, NULL, MUTEX_DRIVER, NULL);
2465 mutex_destroy(&sd_log_mutex);
2508 mutex_destroy(&sd_log_mutex);
2586 mutex_enter(&sd_log_mutex);
2591 mutex_exit(&sd_log_mutex);
2596 mutex_enter(&sd_log_mutex);
2601 mutex_exit(&sd_log_mutex);
2636 mutex_enter(&sd_log_mutex);
[all...]

Completed in 94 milliseconds