Very sory for the delay, On Sun, 9 Jan 2011 18:02:20 +0200 Alexander Nezhinsky <alexandern@xxxxxxxxxxxx> wrote: > Re-implementing the time-based work scheduler. This patch implements > a timer-based scheme. > > Work items are scheduled from various application contexts, and put on > a queue. The current time from gettimeofday() is used instead of > a jiffie-based mechanism used previosuly. The work item is stamped with > the expiration time, obtained as the current time plus the timeout period. You need this patch for more precise timer, right? In another way, the problem that you try to fix is that the current timer is too unexpected. -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html