From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757979Ab1FVQyy (ORCPT ); Wed, 22 Jun 2011 12:54:54 -0400 Received: from smtp-out.google.com ([216.239.44.51]:28251 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754189Ab1FVQyx (ORCPT ); Wed, 22 Jun 2011 12:54:53 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=aOGdqmvoYZl0naXZ5KnncY3XrD0WUV/vQZfIUGzzBcASFcCtNcgX5jJHVz4CtYLYXT ug1PQL5QiDHS67kkFssQ== MIME-Version: 1.0 In-Reply-To: <1308758870.1022.53.camel@twins> References: <20110621071649.862846205@google.com> <20110621071700.494088365@google.com> <1308758870.1022.53.camel@twins> From: Paul Turner Date: Wed, 22 Jun 2011 09:54:20 -0700 Message-ID: Subject: Re: [patch 08/16] sched: throttle cfs_rq entities which exceed their local runtime To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, Bharata B Rao , Dhaval Giani , Balbir Singh , Vaidyanathan Srinivasan , Srivatsa Vaddagiri , Kamalesh Babulal , Hidetoshi Seto , Ingo Molnar , Pavel Emelyanov , Nikhil Rao Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2011 at 9:07 AM, Peter Zijlstra wrote: > On Tue, 2011-06-21 at 00:16 -0700, Paul Turner wrote: >> +static void throttle_cfs_rq(struct cfs_rq *cfs_rq) > > And yet this function isn't actually used, so the $subject is at best > somewhat misleading. > > /me continues reading with the next patch :-) > Sorry, I should fix up the title. The throttling is now turned on after unthrottle support is also added so that bisections through this series are sane.