rl_tick
callout_reset(&sc->rl_stat_callout, _ticks, rl_tick, sc);
callout_reset(&sc->rl_stat_callout, hz, rl_tick, sc);
static void rl_tick(void *);