Searched refs:pcn_stat_timer (Results 1 – 2 of 2) sorted by relevance
576 callout_init(&sc->pcn_stat_timer); in pcn_attach()895 callout_reset(&sc->pcn_stat_timer, hz, pcn_tick, sc); in pcn_tick()1194 callout_reset(&sc->pcn_stat_timer, hz, pcn_tick, sc); in pcn_init()1328 callout_stop(&sc->pcn_stat_timer); in pcn_stop()
440 struct callout pcn_stat_timer; member