摘要: 一、内核定时器定义:struct timer_list { struct list_head entry; unsigned long expires; void (*function)(unsigned long); unsigned long data; struc... 阅读全文
posted @ 2014-08-24 10:53 svking 阅读(246) 评论(0) 推荐(0) 编辑