Re: [RFC v5 2/9] sched/deadline: improve the tracking of active utilization

From: luca abeni
Date: Sun Mar 26 2017 - 17:03:52 EST


Hi Mathieu,

On Sun, 26 Mar 2017 11:32:59 -0600
Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> wrote:
[...]
> > + task_rq_unlock(rq, p, &rf);
> > + put_task_struct(p);
> > +
> > + return HRTIMER_NORESTART;
> > +}
> > +
> > +void init_inactive_task_timer(struct sched_dl_entity *dl_se)
>
> To be consistent with the other DL related functions:
>
> s/init_inactive_task_timer(...)/init_dl_inactive_task_timer(...)

Thanks; I'll change the name of this function.


Thanks,
Luca