Home
last modified time | relevance | path

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

/freebsd/sys/dev/age/
H A Dif_age.c1307 AGE_LOCK_ASSERT(sc); in age_setwol()
1474 AGE_LOCK_ASSERT(sc); in age_encap()
1717 AGE_LOCK_ASSERT(sc); in age_start_locked()
1761 AGE_LOCK_ASSERT(sc); in age_watchdog()
1910 AGE_LOCK_ASSERT(sc); in age_mac_config()
1997 AGE_LOCK_ASSERT(sc); in age_stats_update()
2186 AGE_LOCK_ASSERT(sc); in age_txintr()
2288 AGE_LOCK_ASSERT(sc); in age_rxeof()
2433 AGE_LOCK_ASSERT(sc); in age_rxintr()
2497 AGE_LOCK_ASSERT(sc); in age_tick()
[all …]
H A Dif_agevar.h247 #define AGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->age_mtx, MA_OWNED) macro