From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755550AbaAGIrw (ORCPT ); Tue, 7 Jan 2014 03:47:52 -0500 Received: from merlin.infradead.org ([205.233.59.134]:51680 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbaAGIrv (ORCPT ); Tue, 7 Jan 2014 03:47:51 -0500 Date: Tue, 7 Jan 2014 09:47:34 +0100 From: Peter Zijlstra To: Viresh Kumar Cc: Kevin Hilman , Ingo Molnar , Tejun Heo , Frederic Weisbecker , Lists linaro-kernel , Linaro Networking , Linux Kernel Mailing List Subject: Re: [LNG] Re: [Query] Ticks happen in pair for NO_HZ_FULL cores ? Message-ID: <20140107084734.GP30183@twins.programming.kicks-ass.net> References: <20131211132212.GA7862@localhost.localdomain> <87wqj34eqs.fsf@linaro.org> <87r49al12j.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 23, 2013 at 01:48:02PM +0530, Viresh Kumar wrote: > *But wouldn't it make sense if we can tell scheduler that don't queue > these works on a CPU that is running in NO_HZ_FULL mode?* No,.. that's the wrong way around. > Also any suggestions on how to get rid of __prandom_timer events on > such CPUs? That looks to be a normal unpinned timer, it should migrate to a 'busy' cpu once the one its running on it going idle. ISTR people trying to make that active and also migrating on nohz full or somesuch, just like the workqueues. Forgot what happened with that; if it got dropped it should probably be ressurected.