Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754760Ab1DFILB (ORCPT ); Wed, 6 Apr 2011 04:11:01 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:53869 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754125Ab1DFIK7 convert rfc822-to-8bit (ORCPT ); Wed, 6 Apr 2011 04:10:59 -0400 Subject: Re: [RFC PATCH 4/5] RCU: Add TASK_RCU_OFFSET From: Peter Zijlstra To: paulmck@linux.vnet.ibm.com Cc: Lai Jiangshan , Michal Marek , "H. Peter Anvin" , Jan Beulich , Ingo Molnar , Alexander van Heukelum , Dipankar Sarma , Andrew Morton , Sam Ravnborg , David Howells , Oleg Nesterov , Roland McGrath , Serge Hallyn , linux-kernel@vger.kernel.org, Thomas Gleixner , Steven Rostedt In-Reply-To: <20110405230745.GA5972@linux.vnet.ibm.com> References: <20110330105505.GA3195@sepie.suse.cz> <1301482656.4859.171.camel@twins> <4D931814.9090100@suse.cz> <4D93D29C.5010702@cn.fujitsu.com> <1301558691.2250.486.camel@laptop> <4D944E60.8080704@cn.fujitsu.com> <1301570320.4859.242.camel@twins> <4D953121.6090901@cn.fujitsu.com> <1301657749.4859.531.camel@twins> <20110405215450.GK2247@linux.vnet.ibm.com> <20110405230745.GA5972@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Wed, 06 Apr 2011 10:10:28 +0200 Message-ID: <1302077428.2225.1365.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 28 On Tue, 2011-04-05 at 16:07 -0700, Paul E. McKenney wrote: > > The next layer on this onion is the use of the ctl_table typedef > in include/linux/key.h -- which is defined to be struct ctl_table. > Anyone know where struct ctl_table is defined? Color me blind, but I > am not seeing it... include/linux/sysctl.h:1015 /* A sysctl table is an array of struct ctl_table: */ struct ctl_table { const char *procname; /* Text ID for /proc/sys, or zero */ void *data; int maxlen; mode_t mode; struct ctl_table *child; struct ctl_table *parent; /* Automatically set */ proc_handler *proc_handler; /* Callback for text formatting */ void *extra1; void *extra2; }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/