Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c1007 MALO_LOCK(sc); in malo_tx_proc()
1197 MALO_LOCK(sc); in malo_transmit()
1488 MALO_LOCK(sc); in malo_init()
1648 MALO_LOCK(sc); in malo_parent()
H A Dif_malo.h569 #define MALO_LOCK(_sc) mtx_lock(&(_sc)->malo_mtx) macro