Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c389 UATH_UNLOCK(sc); in uath_attach()
414 UATH_UNLOCK(sc); in uath_attach()
474 fail2: UATH_UNLOCK(sc); in uath_attach()
508 UATH_UNLOCK(sc); in uath_detach()
522 UATH_UNLOCK(sc); in uath_detach()
802 UATH_UNLOCK(sc); in uath_stat()
1509 UATH_UNLOCK(sc); in uath_parent()
1520 UATH_UNLOCK(sc); in uath_parent()
1685 UATH_UNLOCK(sc); in uath_transmit()
1690 UATH_UNLOCK(sc); in uath_transmit()
[all …]
H A Dif_uathvar.h237 #define UATH_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro