[PATCH 04/15] sched,fair: move runnable_load_avg to cfs_rq

2019-09-06 Thread Rik van Riel
Since only the root cfs_rq runnable_load_avg field is used any more, we can move the field from struct sched_avg, which every sched_entity has one of, directly into the struct cfs_rq, of which we have way fewer. No functional changes. Suggested-by: Dietmar Eggemann Signed-off-by: Rik van Riel

[PATCH 04/15] sched,fair: move runnable_load_avg to cfs_rq

2019-08-21 Thread Rik van Riel
Since only the root cfs_rq runnable_load_avg field is used any more, we can move the field from struct sched_avg, which every sched_entity has one of, directly into the struct cfs_rq, of which we have way fewer. No functional changes. Suggested-by: Dietmar Eggemann Signed-off-by: Rik van Riel