Searched refs:hn_tx_lock (Results 1 – 2 of 2) sorted by relevance
1022 mtx_lock(&txr->hn_tx_lock); in hn_set_txagg()1026 mtx_unlock(&txr->hn_tx_lock); in hn_set_txagg()5180 mtx_init(&txr->hn_tx_lock, "hn tx", NULL, MTX_DEF); in hn_tx_ring_create()5189 M_WAITOK, &txr->hn_tx_lock); in hn_tx_ring_create()5215 M_WAITOK, &txr->hn_tx_lock); in hn_tx_ring_create()5437 mtx_destroy(&txr->hn_tx_lock); in hn_tx_ring_destroy()5677 mtx_lock(&txr->hn_tx_lock); in hn_start_taskfunc()5679 mtx_unlock(&txr->hn_tx_lock); in hn_start_taskfunc()5692 mtx_assert(&txr->hn_tx_lock, MA_OWNED); in hn_start_locked()5802 if (mtx_trylock(&txr->hn_tx_lock)) { in hn_start()[all …]
139 struct mtx hn_tx_lock; member