Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/wlan/
Dif_uath.c563 UATH_ASSERT_LOCKED(sc); in uath_host_available()
678 UATH_ASSERT_LOCKED(sc); in uath_cmdsend()
760 UATH_ASSERT_LOCKED(sc); in uath_get_cmdbuf()
1078 UATH_ASSERT_LOCKED(sc); in uath_init()
1155 UATH_ASSERT_LOCKED(sc); in uath_stop()
1217 UATH_ASSERT_LOCKED(sc); in uath_switch_channel()
1292 UATH_ASSERT_LOCKED(sc); in uath_abort_xfers()
1329 UATH_ASSERT_LOCKED(sc); in uath_dataflush()
1392 UATH_ASSERT_LOCKED(sc); in uath_getbuf()
1529 UATH_ASSERT_LOCKED(sc); in uath_tx_start()
[all …]
Dif_uathvar.h239 #define UATH_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro