Searched refs:xae_callout (Results 1 – 2 of 2) sorted by relevance
64 struct callout xae_callout; member
555 callout_stop(&sc->xae_callout); in xae_stop_locked()642 callout_reset(&sc->xae_callout, hz, xae_tick, sc); in xae_tick()671 callout_reset(&sc->xae_callout, hz, xae_tick, sc); in xae_init_locked()1228 callout_init_mtx(&sc->xae_callout, &sc->mtx, 0); in xae_attach()1286 callout_drain(&sc->xae_callout); in xae_detach()