Home
last modified time | relevance | path

Searched refs:ei_rxpost_lock (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_svc.c314 mutex_enter(&ss->ei_rxpost_lock); in eib_refill_rwqes()
321 cv_wait(&ss->ei_rxpost_cv, &ss->ei_rxpost_lock); in eib_refill_rwqes()
333 mutex_exit(&ss->ei_rxpost_lock); in eib_refill_rwqes()
350 mutex_exit(&ss->ei_rxpost_lock); in eib_refill_rwqes()
849 mutex_enter(&ss->ei_rxpost_lock); in eib_stop_refill_rwqes()
854 mutex_exit(&ss->ei_rxpost_lock); in eib_stop_refill_rwqes()
H A Deib_main.c688 mutex_init(&ss->ei_rxpost_lock, NULL, MUTEX_DRIVER, NULL); in eib_state_init()
935 mutex_destroy(&ss->ei_rxpost_lock); in eib_rb_state_init()
H A Deib_rsrc.c372 mutex_enter(&ss->ei_rxpost_lock); in eib_rsrc_decr_posted_rwqe()
386 mutex_exit(&ss->ei_rxpost_lock); in eib_rsrc_decr_posted_rwqe()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h771 kmutex_t ei_rxpost_lock; member