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

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c1223 callout_init_mtx(&sc->xl_tick_callout, &sc->xl_mtx, 0);
1588 callout_drain(&sc->xl_tick_callout);
2297 callout_reset(&sc->xl_tick_callout, hz, xl_tick, sc);
2881 callout_reset(&sc->xl_tick_callout, hz, xl_tick, sc);
3190 callout_stop(&sc->xl_tick_callout);
H A Dif_xlreg.h612 struct callout xl_tick_callout; member in struct:xl_softc

Completed in 111 milliseconds