Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/age/
H A Dif_age.c1314 AGE_LOCK_ASSERT(sc); in age_setwol()
1484 AGE_LOCK_ASSERT(sc); in age_encap()
1727 AGE_LOCK_ASSERT(sc); in age_start_locked()
1771 AGE_LOCK_ASSERT(sc); in age_watchdog()
1920 AGE_LOCK_ASSERT(sc); in age_mac_config()
2007 AGE_LOCK_ASSERT(sc); in age_stats_update()
2196 AGE_LOCK_ASSERT(sc); in age_txintr()
2298 AGE_LOCK_ASSERT(sc); in age_rxeof()
2443 AGE_LOCK_ASSERT(sc); in age_rxintr()
2507 AGE_LOCK_ASSERT(sc); in age_tick()
[all …]
H A Dif_agevar.h248 #define AGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->age_mtx, MA_OWNED) macro