Received: by 10.223.185.116 with SMTP id b49csp5626396wrg; Wed, 7 Mar 2018 15:19:40 -0800 (PST) X-Google-Smtp-Source: AG47ELscuntKum4GpsATbLxhjT2mZhdD3EOpBR3ZOPR2BP/kxAOtFiIJdB1M6aDZxZmJCa7H36U+ X-Received: by 2002:a17:902:9882:: with SMTP id s2-v6mr22570443plp.196.1520464779956; Wed, 07 Mar 2018 15:19:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520464779; cv=none; d=google.com; s=arc-20160816; b=K/lXX1AvEfgvmv1nnFIF2L61fy+F8J9gsdsa/Gmi6vlv0ClePDERgw3h180S7UQLmd MbNfDmVllCBUB4+4xFzVrerMlN29TBOZUp2OuOiH+RNiyv11Ipquu+IyI7xG3Gjc8+hX 3FtM0ukKRtx/awnzxBrqVYif52omXiVOUOUiBO80K2g76htYL9K+mWfCWxN6tzL4p276 L1f8JGgYsFSOB4V59s4YQavaVGc2ITx5lzWEItCzELT93TW56JYjRNW/uzNLqufbRYYn ynRoVjGJysrQywynJ5WQGMOLEqFvDMetqaklEnbHChXr72HthedXTuTJ7saWT7BB659d Gu6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=zBBtN1/0ByIyTF06vIrKqj1A8pqBa9HbLazCg+VfqN8=; b=fEiOvioXbTFKHBsHGmfZNeHT6QbbtatxG3ZWQ5z/TZV86O6ywjJwv1IizxlnDRIN5A cl+tQ+3NHFCdU9N6XCCQ8DgqSN2YtsWWOU3G1q8qka4XBRa19eNtxZNXGLLQnv/BIr2l bFGt2L3oVF3Q3dI8Mxa9wNfqLg7haiWz/XBAM6nzCXxGqh5gZ25Ldxzd5EheMDIPt7hu mTWrCUdNScJ0rHal3j5v44Z1IdQJijjAUpHUdtyQFe+l9kEzyMnTX/WVKH6tYcb8Iwjn anALSn1qEyIsQnOfLnmOnfGXPdpzxzvlg/30eNIUTS2ZN93o3c9Sygmgfk20X92Ypfni Fziw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y5-v6si13666306pln.274.2018.03.07.15.19.25; Wed, 07 Mar 2018 15:19:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754885AbeCGXSe (ORCPT + 99 others); Wed, 7 Mar 2018 18:18:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:49254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754706AbeCGXSc (ORCPT ); Wed, 7 Mar 2018 18:18:32 -0500 Received: from localhost (i16-les03-th2-31-37-47-191.sfr.lns.abo.bbox.fr [31.37.47.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C331E206B2; Wed, 7 Mar 2018 23:18:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C331E206B2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=frederic@kernel.org Date: Thu, 8 Mar 2018 00:18:29 +0100 From: Frederic Weisbecker To: "Rafael J. Wysocki" Cc: Peter Zijlstra , Linux PM , Thomas Gleixner , Frederic Weisbecker , Paul McKenney , Thomas Ilsche , Doug Smythies , Rik van Riel , Aubrey Li , Mike Galbraith , LKML Subject: Re: [RFC/RFT][PATCH v2 1/6] time: tick-sched: Reorganize idle tick management code Message-ID: <20180307231827.GA9367@lerouge> References: <2067762.1uWBf5RSRc@aspire.rjw.lan> <4136227.b9g9WnMbNJ@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4136227.b9g9WnMbNJ@aspire.rjw.lan> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 06, 2018 at 10:02:01AM +0100, Rafael J. Wysocki wrote: > Index: linux-pm/kernel/time/tick-sched.c > =================================================================== > --- linux-pm.orig/kernel/time/tick-sched.c > +++ linux-pm/kernel/time/tick-sched.c > + > +/** > + * tick_nohz_idle_prepare - prepare for entering idle on the current CPU. > + * > + * Called when we start the idle loop. > + */ > +void tick_nohz_idle_prepare(void) > +{ > + struct tick_sched *ts; > + > + __tick_nohz_idle_prepare(); > + > + local_irq_disable(); > + > + ts = this_cpu_ptr(&tick_cpu_sched); > + ts->inidle = 1; > + > + local_irq_enable(); > +} Why not calling tick_nohz_start_idle() from there? This is going to simplify the rest, you won't need to call tick_nohz_idle_go_idle() from places that don't want to stop the tick and you can then remove the stop_tick argument. > + > +/** > + * tick_nohz_idle_go_idle - start idle period on the current CPU. > + * @stop_tick: Whether or not to stop the idle tick. > + * > + * When @stop_tick is set and the next event is more than a tick into the > + * future, stop the idle tick. > + */ > +void tick_nohz_idle_go_idle(bool stop_tick) > +{ > + __tick_nohz_idle_enter(this_cpu_ptr(&tick_cpu_sched), stop_tick); > +} > + > +void tick_nohz_idle_enter(void) > +{ > + struct tick_sched *ts; > + > + __tick_nohz_idle_prepare(); > > local_irq_disable(); > > ts = this_cpu_ptr(&tick_cpu_sched); > ts->inidle = 1; > - __tick_nohz_idle_enter(ts); > + __tick_nohz_idle_enter(ts, true); > > local_irq_enable(); > } Ah I see you're keeping tick_nohz_idle_enter() around because of the callsite in xen. It looks like a hack (from the xen part), I'll need to have a look at it, just a note for myself... Thanks.