Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1696 kmutex_t req_ring_mutex; member
2238 #define REQUEST_RING_LOCK(ha) mutex_enter(&ha->pha->req_ring_mutex)
2239 #define REQUEST_RING_UNLOCK(ha) mutex_exit(&ha->pha->req_ring_mutex)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17926 mutex_init(&ha->req_ring_mutex, NULL, MUTEX_DRIVER, ha->intr_pri); in ql_init_mutex()
17990 mutex_destroy(&ha->req_ring_mutex); in ql_destroy_mutex()