Home
last modified time | relevance | path

Searched refs: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
376 mutex_init(&softsp->power_mutex, NULL, MUTEX_DRIVER, in power_attach()
383 mutex_destroy(&softsp->power_mutex); in power_attach()
679 mutex_enter(&softsp->power_mutex); in power_issue_shutdown()
682 mutex_exit(&softsp->power_mutex); in power_issue_shutdown()
702 mutex_exit(&softsp->power_mutex); in power_issue_shutdown()
777 mutex_enter(&softsp->power_mutex); in power_open()
785 mutex_exit(&softsp->power_mutex); in power_open()
791 mutex_exit(&softsp->power_mutex); in power_open()
814 mutex_enter(&softsp->power_mutex); in power_close()
[all …]