From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCH 1/2] alarmtimer: add functions for timerfd support Date: Wed, 15 May 2013 14:50:02 -0700 Message-ID: <5194030A.7040106@linaro.org> References: <1368653892-18939-1-git-send-email-toddpoynor@google.com> <1368653892-18939-2-git-send-email-toddpoynor@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Gleixner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Todd Poynor Return-path: In-Reply-To: <1368653892-18939-2-git-send-email-toddpoynor@google.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 05/15/2013 02:38 PM, Todd Poynor wrote: > Add functions needed for hooking up alarmtimer to timerfd: > > * alarm_restart: Similar to hrtimer_restart, restart an alarmtimer after > the expires time has already been updated (as with alarm_forward). > > * alarm_forward_now: Similar to hrtimer_forward_now, move the expires > time forward to an interval from the current time of the associated clock. > > * alarm_start_relative: Start an alarmtimer with an expires time relative to > the current time of the associated clock. > > * alarm_expires_remaining: Similar to hrtimer_expires_remaining, return the > amount of time remaining until alarm expiry. > > Signed-off-by: Todd Poynor Acked-by: John Stultz I'll queue this in my tree for 3.11, but I need to sort out which path the timerfd code needs to go upstream. thanks -john