Searched refs:VR_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
479 VR_LOCK_ASSERT(sc); in vr_set_filter()1295 VR_LOCK_ASSERT(sc); in vr_rxeof()1440 VR_LOCK_ASSERT(sc); in vr_txeof()1553 VR_LOCK_ASSERT(sc); in vr_tick()1599 VR_LOCK_ASSERT(sc); in vr_poll_locked()1796 VR_LOCK_ASSERT(sc); in vr_encap()1968 VR_LOCK_ASSERT(sc); in vr_start_locked()2027 VR_LOCK_ASSERT(sc); in vr_init_locked()2309 VR_LOCK_ASSERT(sc); in vr_watchdog()2433 VR_LOCK_ASSERT(sc); in vr_stop()[all …]
744 #define VR_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vr_mtx, MA_OWNED) macro