Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1671 kmutex_t comp_q_mutex; member
2241 #define COMP_Q_LOCK(ha) mutex_enter(&ha->pha->comp_q_mutex)
2242 #define COMP_Q_UNLOCK(ha) mutex_exit(&ha->pha->comp_q_mutex)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17929 mutex_init(&ha->comp_q_mutex, NULL, MUTEX_DRIVER, ha->intr_pri); in ql_init_mutex()
17989 mutex_destroy(&ha->comp_q_mutex); in ql_destroy_mutex()
19424 cv_wait(&ha->cv_comp_thread, &ha->comp_q_mutex); in ql_completion_thread()