Re: [PATCH 3/3] timerfd: Add support for deferrable timers

2014-01-02 Thread John Stultz
On 01/02/2014 10:30 AM, Alexey Perevalov wrote: > From: Anton Vorontsov > > This patch implements a userland-side API for generic deferrable timers, > per linux/timer.h: > > * A deferrable timer will work normally when the system is busy, but > * will not cause a CPU to come out of idle just to

[PATCH 3/3] timerfd: Add support for deferrable timers

2014-01-02 Thread Alexey Perevalov
From: Anton Vorontsov This patch implements a userland-side API for generic deferrable timers, per linux/timer.h: * A deferrable timer will work normally when the system is busy, but * will not cause a CPU to come out of idle just to service it; instead, * the timer will be serviced when the