tws_print_stats
extern void tws_print_stats(void *arg);
callout_reset(&sc->stats_timer, 300 * hz, tws_print_stats, sc);
void tws_print_stats(void *arg);