Re: [PATCH 1/7 v4] sched: factorize attach entity

2016-10-12 Thread Dietmar Eggemann
On 12/10/16 11:59, Vincent Guittot wrote: > On 7 October 2016 at 01:11, Vincent Guittot > wrote: >> >> On 5 October 2016 at 11:38, Dietmar Eggemann >> wrote: >>> On 09/26/2016 01:19 PM, Vincent Guittot wrote: [...] -static void attach_task_cfs_rq(struct task_struct *p) +static void

Re: [PATCH 1/7 v4] sched: factorize attach entity

2016-10-12 Thread Vincent Guittot
On 7 October 2016 at 01:11, Vincent Guittot wrote: > > On 5 October 2016 at 11:38, Dietmar Eggemann wrote: > > On 09/26/2016 01:19 PM, Vincent Guittot wrote: > >> > >> Factorize post_init_entity_util_avg and part of attach_task_cfs_rq > >> in one function attach_entity_cfs_rq > >> > >> Signed-off

Re: [PATCH 1/7 v4] sched: factorize attach entity

2016-10-06 Thread Vincent Guittot
On 5 October 2016 at 11:38, Dietmar Eggemann wrote: > On 09/26/2016 01:19 PM, Vincent Guittot wrote: >> >> Factorize post_init_entity_util_avg and part of attach_task_cfs_rq >> in one function attach_entity_cfs_rq >> >> Signed-off-by: Vincent Guittot >> --- >> kernel/sched/fair.c | 19 ++

Re: [PATCH 1/7 v4] sched: factorize attach entity

2016-10-05 Thread Dietmar Eggemann
On 09/26/2016 01:19 PM, Vincent Guittot wrote: Factorize post_init_entity_util_avg and part of attach_task_cfs_rq in one function attach_entity_cfs_rq Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a

[PATCH 1/7 v4] sched: factorize attach entity

2016-09-26 Thread Vincent Guittot
Factorize post_init_entity_util_avg and part of attach_task_cfs_rq in one function attach_entity_cfs_rq Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index