Searched refs:ATH_UNLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
1092 ATH_UNLOCK_ASSERT(sc); in ath_rx_proc()
2833 ATH_UNLOCK_ASSERT(sc); in ath_txrx_stop_locked()2862 ATH_UNLOCK_ASSERT(sc);2962 ATH_UNLOCK_ASSERT(sc); in ath_reset()5278 ATH_UNLOCK_ASSERT(sc); in ath_chan_set()
944 #define ATH_UNLOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_NOTOWNED) macro