Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/age/
HDif_age.c1329 AGE_LOCK_ASSERT(sc); in age_setwol()
1499 AGE_LOCK_ASSERT(sc); in age_encap()
1742 AGE_LOCK_ASSERT(sc); in age_start_locked()
1786 AGE_LOCK_ASSERT(sc); in age_watchdog()
1935 AGE_LOCK_ASSERT(sc); in age_mac_config()
2022 AGE_LOCK_ASSERT(sc); in age_stats_update()
2216 AGE_LOCK_ASSERT(sc); in age_txintr()
2318 AGE_LOCK_ASSERT(sc); in age_rxeof()
2463 AGE_LOCK_ASSERT(sc); in age_rxintr()
2527 AGE_LOCK_ASSERT(sc); in age_tick()
[all …]
HDif_agevar.h248 #define AGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->age_mtx, MA_OWNED) macro