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

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c155 kmutex_t power_intr_mutex; /* interrupt mutex lock */ member in struct:power_soft_state
355 mutex_init(&softsp->power_intr_mutex, NULL, MUTEX_DRIVER,
362 mutex_destroy(&softsp->power_intr_mutex);
371 mutex_destroy(&softsp->power_intr_mutex);
384 mutex_destroy(&softsp->power_intr_mutex);
443 mutex_enter(&softsp->power_intr_mutex);
459 mutex_exit(&softsp->power_intr_mutex);
472 mutex_exit(&softsp->power_intr_mutex);
478 mutex_exit(&softsp->power_intr_mutex);
492 mutex_enter(&softsp->power_intr_mutex);
[all...]

Completed in 46 milliseconds