Searched refs:AGE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
1313 AGE_LOCK_ASSERT(sc); in age_setwol()1483 AGE_LOCK_ASSERT(sc); in age_encap()1726 AGE_LOCK_ASSERT(sc); in age_start_locked()1770 AGE_LOCK_ASSERT(sc); in age_watchdog()1919 AGE_LOCK_ASSERT(sc); in age_mac_config()2006 AGE_LOCK_ASSERT(sc); in age_stats_update()2195 AGE_LOCK_ASSERT(sc); in age_txintr()2297 AGE_LOCK_ASSERT(sc); in age_rxeof()2442 AGE_LOCK_ASSERT(sc); in age_rxintr()2506 AGE_LOCK_ASSERT(sc); in age_tick()[all …]
248 #define AGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->age_mtx, MA_OWNED) macro