Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c1446 ATH_NODE_LOCK_ASSERT(an); in ath_rate_fetch_node_stats()
/freebsd/sys/dev/ath/
H A Dif_athvar.h415 #define ATH_NODE_LOCK_ASSERT(_an) mtx_assert(&(_an)->an_mtx, MA_OWNED) macro