如意发带

文章
9
资源
0
加入时间
3年0月8天

Linux的hrtimer高精度定时器的使用

#include #include #include #include MODULE_LICENSE("GPL");#define MS_TO_NS(x) (x * 1E6L)//zstatic struct hrtimer hr_timer;enum hrtimer_restart my_hrtimer_callback( struct hrtimer *timer ){