<div dir="ltr"><div><div>Hi All,<br><br>With CONFIG_HIGH_RES_TIMERS configured and a whole lot of timer_create with<br>
interval of less than jiffy (i.e., few nano seconds) we are bound to<br>
get timer interrupts<br>
less than a jiffy because set_next_event will configure for expires<br>
less than jiffy.<br>
<br>
This means we are thrashing the system with more timer interrupts,<br>
perhaps to extent<br>
of almost every clock tick, is my understanding correct?<br>
<br>
Given this is it not dangerous to configure CONFIG_HIGH_RES_TIMERS<br>
Please give your thoughts<br><br></div>Thanks,<br></div>Sudharsan<br></div>