From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752569AbaBYIgb (ORCPT ); Tue, 25 Feb 2014 03:36:31 -0500 Received: from mail-ea0-f169.google.com ([209.85.215.169]:47922 "EHLO mail-ea0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbaBYIg3 (ORCPT ); Tue, 25 Feb 2014 03:36:29 -0500 Date: Tue, 25 Feb 2014 09:36:13 +0100 From: Richard Cochran To: Thomas Gleixner Cc: LKML , John Stultz , Peter Zijlstra , Anton Vorontsov , Alexey Perevalov , kyungmin.park@samsung.com, cw00.choi@samsung.com, Michael Kerrisk Subject: Re: [RFC patch 5/5] timerfd: Expose deferrable mode to user space Message-ID: <20140225083611.GA4240@netboy> References: <20140221173936.583477951@linutronix.de> <20140221174639.888426320@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140221174639.888426320@linutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 21, 2014 at 05:56:18PM -0000, Thomas Gleixner wrote: > Expose the deferrable timer mode to user space by adding a new > TDF_TIMER_DEFERRABLE flag. > > The deferrable mode is available through the syscall timerfd_settime() > by handing in TDF_TIMER_IS_DEFERRABLE via the 'flags' argument. > TFD_TIMER_IS_DEFERRABLE and the other TFD_TIMER_ flags can be ored > together. s/TDF_/TFD_/g Thanks, Richard