Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755981Ab0KJTAV (ORCPT ); Wed, 10 Nov 2010 14:00:21 -0500 Received: from canuck.infradead.org ([134.117.69.58]:41128 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755878Ab0KJTAP convert rfc822-to-8bit (ORCPT ); Wed, 10 Nov 2010 14:00:15 -0500 Subject: Re: [RFC][PATCH 03/22] sched: SCHED_DEADLINE data structures. From: Peter Zijlstra To: Raistlin Cc: Ingo Molnar , Thomas Gleixner , Steven Rostedt , Chris Friesen , oleg@redhat.com, Frederic Weisbecker , Darren Hart , Johan Eker , "p.faure" , linux-kernel , Claudio Scordino , michael trimarchi , Fabio Checconi , Tommaso Cucinotta , Juri Lelli , Nicola Manica , Luca Abeni , Dhaval Giani , Harald Gustafsson , paulmck In-Reply-To: <1288333680.8661.142.camel@Palantir> References: <1288333128.8661.137.camel@Palantir> <1288333680.8661.142.camel@Palantir> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Wed, 10 Nov 2010 19:59:10 +0100 Message-ID: <1289415550.2084.38.camel@laptop> 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 Content-Length: 690 Lines: 16 On Fri, 2010-10-29 at 08:28 +0200, Raistlin wrote: > + /* > + * Bandwidth enforcement timer. Each -deadline task has its > + * own bandwidth to be enforced, thus we need one timer per task. > + */ > + struct hrtimer dl_timer; This is for the bandwidth replenishment right? Not the runtime throttle? The throttle thing should only need a single timer per rq as only the current task will be consuming runtime. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/