Searched refs:tick_callout (Results 1 – 2 of 2) sorted by relevance
99 struct callout tick_callout; member
346 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_timer_rate()384 callout_init_mtx(&sc->tick_callout, &sc->mtx, 0); in felix_attach()489 callout_stop(&sc->tick_callout); in felix_detach()956 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_tick()