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

/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c230 static void fxp_tick(void *xsc);
2120 fxp_tick(void *xsc) function
2178 callout_reset(&sc->stat_ch, hz, fxp_tick, sc);
2577 callout_reset(&sc->stat_ch, hz, fxp_tick, sc);

Completed in 60 milliseconds