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

/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec.h95 struct callout sc_tick_callout; member in struct:dtsec_softc
H A Dif_dtsec.c450 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc);
462 callout_drain(&sc->sc_tick_callout);
483 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc);
622 callout_init(&sc->sc_tick_callout, CALLOUT_MPSAFE);

Completed in 87 milliseconds