arswitch_tick
arswitch_tick(sc);
static void arswitch_tick(void *arg);
callout_reset(&sc->callout_tick, hz, arswitch_tick, sc);