Searched refs:lg_tx_flowctl_lock (Results 1 – 3 of 3) sorted by relevance
139 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()
214 mutex_init(&grp->lg_tx_flowctl_lock, NULL, MUTEX_DEFAULT, NULL); in aggr_grp_constructor()236 mutex_destroy(&grp->lg_tx_flowctl_lock); in aggr_grp_destructor()1722 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_create()1728 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_create()2081 mutex_enter(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()2087 mutex_exit(&grp->lg_tx_flowctl_lock); in aggr_grp_delete()
262 kmutex_t lg_tx_flowctl_lock; member