Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/wlan/
Dif_uath.c587 UATH_ASSERT_LOCKED(sc); in uath_host_available()
704 UATH_ASSERT_LOCKED(sc); in uath_cmdsend()
786 UATH_ASSERT_LOCKED(sc); in uath_get_cmdbuf()
1108 UATH_ASSERT_LOCKED(sc); in uath_init_locked()
1197 UATH_ASSERT_LOCKED(sc); in uath_stop_locked()
1270 UATH_ASSERT_LOCKED(sc); in uath_switch_channel()
1345 UATH_ASSERT_LOCKED(sc); in uath_abort_xfers()
1382 UATH_ASSERT_LOCKED(sc); in uath_dataflush()
1445 UATH_ASSERT_LOCKED(sc); in uath_getbuf()
1606 UATH_ASSERT_LOCKED(sc); in uath_tx_start()
[all …]
Dif_uathvar.h240 #define UATH_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro