Home
last modified time | relevance | path

Searched refs:ub_mutex (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1725 kmutex_t ub_mutex; member
2253 #define QL_UB_LOCK(ha) mutex_enter(&ha->pha->ub_mutex)
2254 #define QL_UB_UNLOCK(ha) mutex_exit(&ha->pha->ub_mutex)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17943 mutex_init(&ha->ub_mutex, NULL, MUTEX_DRIVER, ha->intr_pri); in ql_init_mutex()
17983 mutex_destroy(&ha->ub_mutex); in ql_destroy_mutex()