Searched refs:vr_stat_timer (Results 1 – 2 of 2) sorted by relevance
658 callout_init(&sc->vr_stat_timer); in vr_attach()1177 callout_reset(&sc->vr_stat_timer, hz, vr_tick, sc); in vr_tick()1487 callout_reset(&sc->vr_stat_timer, hz, vr_tick, sc); in vr_init()1629 callout_stop(&sc->vr_stat_timer); in vr_stop()
475 struct callout vr_stat_timer; member