Home
last modified time | relevance | path

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

/titanic_50/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.c180 mutex_init(&grp->lg_tx_flowctl_lock, NULL, MUTEX_DEFAULT, NULL); in aggr_grp_constructor()
202 mutex_destroy(&grp->lg_tx_flowctl_lock); in aggr_grp_destructor()
1453 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_create()
1459 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_create()
1765 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()
1771 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()
/titanic_50/usr/src/uts/common/sys/
H A Daggr_impl.h219 kmutex_t lg_tx_flowctl_lock; member