From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754030AbaCaSBA (ORCPT ); Mon, 31 Mar 2014 14:01:00 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:39431 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbaCaSAB (ORCPT ); Mon, 31 Mar 2014 14:00:01 -0400 Message-Id: <20140331175957.606100208@openvz.org> User-Agent: quilt/0.60-1 Date: Mon, 31 Mar 2014 21:54:09 +0400 From: Cyrill Gorcunov To: linux-kernel@vger.kernel.org Cc: shawn@churchofgit.com, tglx@linutronix.de, akpm@linux-foundation.org, avagin@openvz.org, xemul@parallels.com, gorcunov@openvz.org Subject: [rfc 2/2] docs: procfs -- Document timerfd output References: <20140331175407.400476950@openvz.org> Content-Disposition: inline; filename=timerfd-doc-fdinfo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CC: Shawn Landden CC: Thomas Gleixner CC: Andrew Morton CC: Andrey Vagin CC: Pavel Emelyanov Signed-off-by: Cyrill Gorcunov --- Documentation/filesystems/proc.txt | 9 +++++++++ 1 file changed, 9 insertions(+) Index: linux-2.6.git/Documentation/filesystems/proc.txt =================================================================== --- linux-2.6.git.orig/Documentation/filesystems/proc.txt +++ linux-2.6.git/Documentation/filesystems/proc.txt @@ -1741,6 +1741,15 @@ pair provide additional information part While the first three lines are mandatory and always printed, the rest is optional and may be omitted if no marks created yet. + Timerfd files + ~~~~~~~~~~~~~ + pos: 0 + flags: 02 + mnt_id: 9 + clockid: 0 ticks: 0 + + where 'clockid' is the clock type and 'ticks' is the number of the timer expirations + that have occurred [see timerfd_create(2) for details]. ------------------------------------------------------------------------------ Configuring procfs