Thursday, 3 November 2011

What is the precision of kernel timer?????

What is the precision of kernel timer?????

mod_timer(&timer,jiffies+HZ/1000);makes system crash, only value larger than HZ works, while HZ is 1 second which is too long, can I set it smaller,like 1ms?? My system's HZ is 1000.

No comments:

Post a Comment