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

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c154 kmutex_t power_mutex; /* mutex lock */ member in struct:power_soft_state
376 mutex_init(&softsp->power_mutex, NULL, MUTEX_DRIVER,
383 mutex_destroy(&softsp->power_mutex);
679 mutex_enter(&softsp->power_mutex);
682 mutex_exit(&softsp->power_mutex);
702 mutex_exit(&softsp->power_mutex);
777 mutex_enter(&softsp->power_mutex);
785 mutex_exit(&softsp->power_mutex);
791 mutex_exit(&softsp->power_mutex);
814 mutex_enter(&softsp->power_mutex);
[all...]

Completed in 46 milliseconds