mytimer_handler
static void mytimer_handler(struct timer_list *unused);
static DEFINE_TIMER(mytimer, mytimer_handler);