Searched refs:fxp_stat_timer (Results 1 – 2 of 2) sorted by relevance
113 struct callout fxp_stat_timer; /* Handle for stat timeouts */ member
398 callout_init(&sc->fxp_stat_timer); in fxp_attach()1551 callout_reset(&sc->fxp_stat_timer, hz, fxp_tick, sc); in fxp_tick()1576 callout_stop(&sc->fxp_stat_timer); in fxp_stop()1885 callout_reset(&sc->fxp_stat_timer, hz, fxp_tick, sc); in fxp_init()