Searched refs:sc_clock_sync_tick (Results 1 – 2 of 2) sorted by relevance
214 callout_init(&sc->sc_clock_sync_tick, 0); in vmt_common_attach()267 callout_setfunc(&sc->sc_clock_sync_tick, vmt_clock_sync_tick, sc); in vmt_common_attach()268 callout_schedule(&sc->sc_clock_sync_tick, in vmt_common_attach()301 callout_halt(&sc->sc_clock_sync_tick, NULL); in vmt_common_detach()302 callout_destroy(&sc->sc_clock_sync_tick); in vmt_common_detach()392 callout_halt(&sc->sc_clock_sync_tick, NULL); in vmt_sysctl_update_clock_sync_period()395 callout_schedule(&sc->sc_clock_sync_tick, in vmt_sysctl_update_clock_sync_period()408 callout_schedule(&sc->sc_clock_sync_tick, in vmt_clock_sync_tick()
78 struct callout sc_clock_sync_tick; member