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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c469 static kmutex_t sata_log_mutex; /* protects log */ variable
622 mutex_init(&sata_log_mutex, NULL, MUTEX_DRIVER, NULL);
630 mutex_destroy(&sata_log_mutex);
647 mutex_destroy(&sata_log_mutex);
17483 mutex_enter(&sata_log_mutex);
17512 mutex_exit(&sata_log_mutex);

Completed in 98 milliseconds