Misc details I noticed while working on the fair scheduling code.
Arguably sum_w_vruntime is a bit of a tongue-twister - any better ideas?
The latest version of this series can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git WIP.sched/misc
The commits are based on tip:sched/core.
Thanks,
Ingo
================
Ingo Molnar (6):
sched/fair: Join two #ifdef CONFIG_CFS_BANDWIDTH blocks
sched/fair: Clean up comments in 'struct cfs_rq'
sched/fair: Separate se->vlag from se->vprot
sched/fair: Rename avg_vruntime() to cfs_avg_vruntime()
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions
include/linux/sched.h | 4 ++--
kernel/sched/debug.c | 4 ++--
kernel/sched/fair.c | 48 ++++++++++++++++++++++++------------------------
kernel/sched/sched.h | 28 +++++++++++++---------------
4 files changed, 41 insertions(+), 43 deletions(-)
--
2.51.0