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()
472 fail2: UATH_UNLOCK(sc); in uath_attach()
506 UATH_UNLOCK(sc); in uath_detach()
520 UATH_UNLOCK(sc); in uath_detach()
800 UATH_UNLOCK(sc); in uath_stat()
1507 UATH_UNLOCK(sc); in uath_parent()
1518 UATH_UNLOCK(sc); in uath_parent()
1681 UATH_UNLOCK(sc); in uath_transmit()
1686 UATH_UNLOCK(sc); in uath_transmit()
[all …]
H A Dif_uathvar.h237 #define UATH_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro