Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c817 mutex_enter(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
822 mutex_exit(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
828 mutex_exit(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
876 mutex_enter(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
881 mutex_exit(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
890 mutex_exit(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
899 mutex_exit(&chan->ch_pkey_lock); in eib_ibt_chan_pkey()
H A Deib_chan.c46 mutex_init(&chan->ch_pkey_lock, NULL, MUTEX_DRIVER, NULL); in eib_chan_init()
71 mutex_destroy(&chan->ch_pkey_lock); in eib_chan_fini()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h467 kmutex_t ch_pkey_lock; member