Home
last modified time | relevance | path

Searched refs:pm_mutex (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/tpm/
H A Dtpm.c303 mutex_enter(&tpm->pm_mutex); \
305 cv_wait(&tpm->suspend_cv, &tpm->pm_mutex); \
306 mutex_exit(&tpm->pm_mutex); }
1357 mutex_enter(&tpm->pm_mutex); in tpm_resume()
1359 mutex_exit(&tpm->pm_mutex); in tpm_resume()
1364 mutex_exit(&tpm->pm_mutex); in tpm_resume()
1508 mutex_init(&tpm->pm_mutex, NULL, MUTEX_DRIVER, NULL); in tpm_attach()
1515 mutex_enter(&tpm->pm_mutex); in tpm_attach()
1517 mutex_exit(&tpm->pm_mutex); in tpm_attach()
1583 mutex_destroy(&tpm->pm_mutex); in tpm_cleanup()
[all …]
H A Dtpm_ddi.h107 kmutex_t pm_mutex; member
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1568 kmutex_t pm_mutex; member
1950 #define QL_PM_LOCK(ha) mutex_enter(&ha->pha->pm_mutex)
1951 #define QL_PM_UNLOCK(ha) mutex_exit(&ha->pha->pm_mutex)
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16928 mutex_init(&ha->pm_mutex, NULL, MUTEX_DRIVER, intr); in ql_init_mutex()
16991 mutex_destroy(&ha->pm_mutex); in ql_destroy_mutex()