Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c397 mutex_enter(&wp->wp_lock); in eib_rsrc_txwqes_needed()
402 mutex_exit(&wp->wp_lock); in eib_rsrc_txwqes_needed()
440 mutex_enter(&wp->wp_lock); in eib_rsrc_rxpool_low()
451 mutex_exit(&wp->wp_lock); in eib_rsrc_rxpool_low()
935 mutex_enter(&wp->wp_lock); in eib_rsrc_ok_to_free_pool()
944 mutex_exit(&wp->wp_lock); in eib_rsrc_ok_to_free_pool()
959 mutex_exit(&wp->wp_lock); in eib_rsrc_ok_to_free_pool()
977 mutex_enter(&wp->wp_lock); in eib_rsrc_grab_wqes()
1026 mutex_exit(&wp->wp_lock); in eib_rsrc_grab_wqes()
1051 mutex_enter(&wp->wp_lock); in eib_rsrc_return_wqes()
[all …]
H A Deib_svc.c548 mutex_enter(&wp->wp_lock); in eib_monitor_tx_wqes()
558 cv_wait(&wp->wp_cv, &wp->wp_lock); in eib_monitor_tx_wqes()
569 mutex_exit(&wp->wp_lock); in eib_monitor_tx_wqes()
590 cv_wait(&wp->wp_cv, &wp->wp_lock); in eib_monitor_tx_wqes()
601 mutex_exit(&wp->wp_lock); in eib_monitor_tx_wqes()
613 mutex_exit(&wp->wp_lock); in eib_monitor_tx_wqes()
878 mutex_enter(&wp->wp_lock); in eib_stop_monitor_tx_wqes()
883 mutex_exit(&wp->wp_lock); in eib_stop_monitor_tx_wqes()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h299 kmutex_t wp_lock; member