Dear All,
If HZ = 1000 then timer will generate interrupt every 1ms. Through timer_list structure, I can register a timer function to execute at a minimum resolution of 1ms.
Is there any way to register a timer function in the kernel with a resolution of 500 micro second ? In other way, is there any way to register a timer function with a resolution less than the 1/HZ time unit.
Thanks,
Prabhu