Home
last modified time | relevance | path

Searched refs:MALO_TXQ_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malo.c780 MALO_TXQ_UNLOCK(txq); in malo_getbuf()
930 MALO_TXQ_UNLOCK(txq); in malo_tx_processq()
937 MALO_TXQ_UNLOCK(txq); in malo_tx_processq()
941 MALO_TXQ_UNLOCK(txq); in malo_tx_processq()
989 MALO_TXQ_UNLOCK(txq); in malo_tx_processq()
1187 MALO_TXQ_UNLOCK(txq); in malo_tx_start()
1245 MALO_TXQ_UNLOCK(txq); in malo_start()
1572 MALO_TXQ_UNLOCK(txq); in malo_tx_draintxq()
1576 MALO_TXQ_UNLOCK(txq); in malo_tx_draintxq()
1602 MALO_TXQ_UNLOCK(txq); in malo_tx_draintxq()
[all …]
H A Dif_malo.h501 #define MALO_TXQ_UNLOCK(_tq) mtx_unlock(&(_tq)->lock) macro