On 01/13/2014 07:43 PM, Alexey Perevalov wrote: > From: Anton Vorontsov <[email protected]> > > Two new functions: jiffies_to_ktime() and ktime_to_jiffies(), we'll use > them for timerfd deferred timers handling. > > We fully reuse the logic from timespec implementations, so the functions > are pretty straightforward. > > The only tricky part is in headers: we have to include jiffies.h after > we defined ktime_t, this is because ktime.h needs some declarations from > jiffies.h (e.g. TICK_NSEC). > > Signed-off-by: Anton Vorontsov <[email protected]> > Signed-off-by: Alexey Perevalov <[email protected]>
Tested-by: Chanwoo Choi <[email protected]> I tested this patchset about operation of deferrable timer on user-space. Thanks, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

