Searched refs:RAL_LOCK_ASSERT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_uralvar.h135 #define RAL_LOCK_ASSERT(sc, t) mtx_assert(&(sc)->sc_mtx, t) macro
H A Dif_ural.c1115 RAL_LOCK_ASSERT(sc, MA_OWNED);
1225 RAL_LOCK_ASSERT(sc, MA_OWNED);
1281 RAL_LOCK_ASSERT(sc, MA_OWNED);
2072 RAL_LOCK_ASSERT(sc, MA_OWNED);
2163 RAL_LOCK_ASSERT(sc, MA_OWNED);
/freebsd-10.3-release/sys/dev/ral/
H A Drt2560var.h167 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
H A Drt2661var.h172 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
H A Drt2860var.h209 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
H A Drt2661.c1612 RAL_LOCK_ASSERT(sc);
1703 RAL_LOCK_ASSERT(sc);
2307 RAL_LOCK_ASSERT(sc);
2511 RAL_LOCK_ASSERT(sc);
H A Drt2560.c1923 RAL_LOCK_ASSERT(sc);
1962 RAL_LOCK_ASSERT(sc);
2628 RAL_LOCK_ASSERT(sc);
2728 RAL_LOCK_ASSERT(sc);
H A Drt2860.c1990 RAL_LOCK_ASSERT(sc);
2020 RAL_LOCK_ASSERT(sc);
3869 RAL_LOCK_ASSERT(sc);
4175 RAL_LOCK_ASSERT(sc);

Completed in 79 milliseconds