Re: [PATCH v3 02/10] sched/fair: rename sum_nr_running to sum_h_nr_running

2019-10-01 Thread Valentin Schneider
On 19/09/2019 08:33, Vincent Guittot wrote: > Rename sum_nr_running to sum_h_nr_running because it effectively tracks > cfs->h_nr_running so we can use sum_nr_running to track rq->nr_running > when needed. > > There is no functional changes. > > Signed-off-by: Vincent Guittot Reviewed-by:

Re: [PATCH v3 02/10] sched/fair: rename sum_nr_running to sum_h_nr_running

2019-09-27 Thread Rik van Riel
On Thu, 2019-09-19 at 09:33 +0200, Vincent Guittot wrote: > Rename sum_nr_running to sum_h_nr_running because it effectively > tracks > cfs->h_nr_running so we can use sum_nr_running to track rq- > >nr_running > when needed. > > There is no functional changes. > > Signed-off-by: Vincent Guittot

[PATCH v3 02/10] sched/fair: rename sum_nr_running to sum_h_nr_running

2019-09-19 Thread Vincent Guittot
Rename sum_nr_running to sum_h_nr_running because it effectively tracks cfs->h_nr_running so we can use sum_nr_running to track rq->nr_running when needed. There is no functional changes. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 32 1 file