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