Searched refs:xl_tick_callout (Results 1 – 2 of 2) sorted by relevance
610 struct callout xl_tick_callout; member
1208 callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0); in xl_attach()1572 callout_drain(&sc->xl_tick_callout); in xl_detach()2281 callout_reset(&sc->xl_tick_callout, hz, xl_tick, sc); in xl_tick()2865 callout_reset(&sc->xl_tick_callout, hz, xl_tick, sc); in xl_init_locked()3174 callout_stop(&sc->xl_tick_callout); in xl_stop()