Searched refs:hn_tx_lock (Results 1 – 2 of 2) sorted by relevance
1011 mtx_lock(&txr->hn_tx_lock); in hn_set_txagg()1015 mtx_unlock(&txr->hn_tx_lock); in hn_set_txagg()5160 mtx_init(&txr->hn_tx_lock, "hn tx", NULL, MTX_DEF); in hn_tx_ring_create()5169 M_WAITOK, &txr->hn_tx_lock); in hn_tx_ring_create()5195 M_WAITOK, &txr->hn_tx_lock); in hn_tx_ring_create()5416 mtx_destroy(&txr->hn_tx_lock); in hn_tx_ring_destroy()5657 mtx_lock(&txr->hn_tx_lock); in hn_start_taskfunc()5659 mtx_unlock(&txr->hn_tx_lock); in hn_start_taskfunc()5672 mtx_assert(&txr->hn_tx_lock, MA_OWNED); in hn_start_locked()5782 if (mtx_trylock(&txr->hn_tx_lock)) { in hn_start()[all …]
125 struct mtx hn_tx_lock; member