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