Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c1017 MALO_UNLOCK(sc); in malo_tx_proc()
1199 MALO_UNLOCK(sc); in malo_transmit()
1204 MALO_UNLOCK(sc); in malo_transmit()
1208 MALO_UNLOCK(sc); in malo_transmit()
1490 MALO_UNLOCK(sc); in malo_init()
1671 MALO_UNLOCK(sc); in malo_parent()
H A Dif_malo.h570 #define MALO_UNLOCK(_sc) mtx_unlock(&(_sc)->malo_mtx) macro