Searched refs:RAL_LOCK_ASSERT (Results 1 – 6 of 6) sorted by relevance
169 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro175 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
177 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro183 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
214 #define RAL_LOCK_ASSERT(sc) KKASSERT(lockstatus(&(sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro220 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
1996 RAL_LOCK_ASSERT(sc); in rt2560_start()2016 RAL_LOCK_ASSERT(sc); in rt2560_watchdog()2664 RAL_LOCK_ASSERT(sc); in rt2560_init_locked()2760 RAL_LOCK_ASSERT(sc); in rt2560_stop_locked()
1679 RAL_LOCK_ASSERT(sc); in rt2661_start()1746 RAL_LOCK_ASSERT(sc); in rt2661_watchdog()2327 RAL_LOCK_ASSERT(sc); in rt2661_init_locked()2531 RAL_LOCK_ASSERT(sc); in rt2661_load_microcode()
2053 RAL_LOCK_ASSERT(sc); in rt2860_start()2076 RAL_LOCK_ASSERT(sc); in rt2860_watchdog()3878 RAL_LOCK_ASSERT(sc); in rt2860_init_locked()4182 RAL_LOCK_ASSERT(sc); in rt2860_load_microcode()