From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758220Ab1FVQIt (ORCPT ); Wed, 22 Jun 2011 12:08:49 -0400 Received: from merlin.infradead.org ([205.233.59.134]:37299 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753924Ab1FVQIs convert rfc822-to-8bit (ORCPT ); Wed, 22 Jun 2011 12:08:48 -0400 Subject: Re: [patch 08/16] sched: throttle cfs_rq entities which exceed their local runtime From: Peter Zijlstra To: Paul Turner 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 In-Reply-To: <20110621071700.494088365@google.com> References: <20110621071649.862846205@google.com> <20110621071700.494088365@google.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Wed, 22 Jun 2011 18:07:50 +0200 Message-ID: <1308758870.1022.53.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 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 :-)