Home
last modified time | relevance | path

Searched refs:ch_cep_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c47 mutex_init(&chan->ch_cep_lock, NULL, MUTEX_DRIVER, NULL); in eib_chan_init()
70 mutex_destroy(&chan->ch_cep_lock); in eib_chan_fini()
H A Deib_ibt.c786 mutex_enter(&chan->ch_cep_lock); in eib_ibt_wakeup_sqd_waiters()
789 mutex_exit(&chan->ch_cep_lock); in eib_ibt_wakeup_sqd_waiters()
854 mutex_enter(&chan->ch_cep_lock); in eib_ibt_chan_pkey()
856 cv_wait(&chan->ch_cep_cv, &chan->ch_cep_lock); in eib_ibt_chan_pkey()
857 mutex_exit(&chan->ch_cep_lock); in eib_ibt_chan_pkey()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h471 kmutex_t ch_cep_lock; member