Home
last modified time | relevance | path

Searched refs:xl_tick_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xl/
H A Dif_xlreg.h610 struct callout xl_tick_callout; member
H A Dif_xl.c1208 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()