From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754344Ab1H2RBw (ORCPT ); Mon, 29 Aug 2011 13:01:52 -0400 Received: from mail-vx0-f174.google.com ([209.85.220.174]:51700 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754265Ab1H2RBv (ORCPT ); Mon, 29 Aug 2011 13:01:51 -0400 Date: Mon, 29 Aug 2011 19:01:46 +0200 From: Frederic Weisbecker To: Peter Zijlstra Cc: LKML , Andrew Morton , Anton Blanchard , Avi Kivity , Ingo Molnar , Lai Jiangshan , "Paul E . McKenney" , Stephen Hemminger , Thomas Gleixner , Tim Pepper , Paul Menage Subject: Re: [PATCH 04/32] nohz: Separate idle sleeping time accounting from nohz switching Message-ID: <20110829170143.GB9748@somewhere.redhat.com> References: <1313423549-27093-1-git-send-email-fweisbec@gmail.com> <1313423549-27093-5-git-send-email-fweisbec@gmail.com> <1314627809.2816.63.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1314627809.2816.63.camel@twins> 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 Mon, Aug 29, 2011 at 04:23:29PM +0200, Peter Zijlstra wrote: > On Mon, 2011-08-15 at 17:52 +0200, Frederic Weisbecker wrote: > > +extern void tick_nohz_exit_idle(void); > > +extern void tick_nohz_irq_exit(void); > > For consistencies sake, pick either tick_nohz_exit_*() or > tick_nohz_*_exit() but don't go mix and match (I prefer the former). Agreed, I will. > Also, there isn't a matching irq_enter() callback.. Yeah, probably tick_check_nohz() should be renamed accordingly.