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

/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_hba.c36 static kmutex_t dcd_hba_mutex; variable
63 mutex_init(&dcd_hba_mutex, NULL, MUTEX_DRIVER, NULL);
76 mutex_destroy(&dcd_hba_mutex);
141 mutex_enter(&dcd_hba_mutex);
152 mutex_exit(&dcd_hba_mutex);
227 mutex_enter(&dcd_hba_mutex);
237 mutex_exit(&dcd_hba_mutex);
250 mutex_exit(&dcd_hba_mutex);

Completed in 56 milliseconds