Searched refs:sc_tick_callout (Results 1 – 2 of 2) sorted by relevance
478 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc); in dtsec_if_tick()490 callout_drain(&sc->sc_tick_callout); in dtsec_if_deinit_locked()511 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc); in dtsec_if_init_locked()650 callout_init(&sc->sc_tick_callout, CALLOUT_MPSAFE); in dtsec_attach()
93 struct callout sc_tick_callout; member