Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c176 mutex_init(&ch->ch_swqe_lock, NULL, MUTEX_DRIVER, NULL); in srpt_ch_alloc()
287 mutex_destroy(&ch->ch_swqe_lock); in srpt_ch_release_ref()
1412 mutex_enter(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()
1414 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()
1422 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_alloc_swqe_wrid()
1432 mutex_enter(&ch->ch_swqe_lock); in srpt_ch_free_swqe_wrid()
1436 mutex_exit(&ch->ch_swqe_lock); in srpt_ch_free_swqe_wrid()
H A Dsrpt_impl.h197 kmutex_t ch_swqe_lock; member