Re: [PATCH 01/10] sched: introduce task_se_h_load helper

2019-07-01 Thread Josef Bacik
On Fri, Jun 28, 2019 at 04:49:04PM -0400, Rik van Riel wrote: > Sometimes the hierarchical load of a sched_entity needs to be calculated. > Rename task_h_load to task_se_h_load, and directly pass a sched_entity to > that function. > > Move the function declaration up above where it will be used la

[PATCH 01/10] sched: introduce task_se_h_load helper

2019-06-28 Thread Rik van Riel
Sometimes the hierarchical load of a sched_entity needs to be calculated. Rename task_h_load to task_se_h_load, and directly pass a sched_entity to that function. Move the function declaration up above where it will be used later. No functional changes. Signed-off-by: Rik van Riel --- kernel/s