Searched refs:vtnet_tick_ch (Results 1 – 2 of 2) sorted by relevance
185 struct callout vtnet_tick_ch; member
448 callout_init_mtx(&sc->vtnet_tick_ch, VTNET_CORE_MTX(sc), 0); in vtnet_attach()517 callout_drain(&sc->vtnet_tick_ch); in vtnet_detach()3054 callout_schedule(&sc->vtnet_tick_ch, hz); in vtnet_tick()3193 callout_stop(&sc->vtnet_tick_ch); in vtnet_stop()3480 callout_reset(&sc->vtnet_tick_ch, hz, vtnet_tick, sc); in vtnet_init_locked()