Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_send.c139 CALLB_CPR_INIT(&cprinfo, &grp->lg_tx_flowctl_lock, callb_generic_cpr, in aggr_tx_notify_thread()
142 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_tx_notify_thread()
147 &grp->lg_tx_flowctl_lock); in aggr_tx_notify_thread()
148 CALLB_CPR_SAFE_END(&cprinfo, &grp->lg_tx_flowctl_lock); in aggr_tx_notify_thread()
155 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_tx_notify_thread()
157 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_tx_notify_thread()
197 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_tx_ring_update()
208 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_tx_ring_update()
216 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_tx_ring_update()
H A Daggr_grp.c213 mutex_init(&grp->lg_tx_flowctl_lock, NULL, MUTEX_DEFAULT, NULL); in aggr_grp_constructor()
235 mutex_destroy(&grp->lg_tx_flowctl_lock); in aggr_grp_destructor()
1721 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_create()
1727 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_create()
2080 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()
2086 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_impl.h262 kmutex_t lg_tx_flowctl_lock; member