Re: [RFC 1/8] Track the active utilisation

From: Luca Abeni
Date: Fri Jan 15 2016 - 03:07:13 EST


On 01/14/2016 08:13 PM, Peter Zijlstra wrote:
On Thu, Jan 14, 2016 at 04:24:46PM +0100, Luca Abeni wrote:
+static void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq)
+static void clear_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq)

I would prefer {add,sub}, I read clear as =0.
I agree; I am going to change it.


Thanks,
Luca