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

/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec.h93 struct callout sc_tick_callout; member in struct:dtsec_softc
H A Dif_dtsec.c431 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc);
443 callout_drain(&sc->sc_tick_callout);
464 callout_reset(&sc->sc_tick_callout, hz, dtsec_if_tick, sc);
605 callout_init(&sc->sc_tick_callout, CALLOUT_MPSAFE);

Completed in 160 milliseconds