Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c304 mutex_enter(&tpm->pm_mutex); \
307 mutex_exit(&tpm->pm_mutex); }
1359 mutex_enter(&tpm->pm_mutex); in tpm_resume()
1361 mutex_exit(&tpm->pm_mutex); in tpm_resume()
1366 mutex_exit(&tpm->pm_mutex); in tpm_resume()
1517 mutex_enter(&tpm->pm_mutex); in tpm_attach()
1519 mutex_exit(&tpm->pm_mutex); in tpm_attach()
1585 mutex_destroy(&tpm->pm_mutex); in tpm_cleanup()
1620 mutex_enter(&tpm->pm_mutex); in tpm_suspend()
1622 mutex_exit(&tpm->pm_mutex); in tpm_suspend()
[all …]
H A Dtpm_ddi.h107 kmutex_t pm_mutex; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1818 kmutex_t pm_mutex; member
2250 #define QL_PM_LOCK(ha) mutex_enter(&ha->pha->pm_mutex)
2251 #define QL_PM_UNLOCK(ha) mutex_exit(&ha->pha->pm_mutex)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17940 mutex_init(&ha->pm_mutex, NULL, MUTEX_DRIVER, ha->intr_pri); in ql_init_mutex()
17984 mutex_destroy(&ha->pm_mutex); in ql_destroy_mutex()