Re: [RFC][PATCH 03/22] sched: SCHED_DEADLINE data structures.

From: Peter Zijlstra
Date: Wed Nov 10 2010 - 14:00:29 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/