sched: Highest energy aware balancing sched_domain level pointer
authorMorten Rasmussen <morten.rasmussen@arm.com>
Fri, 2 Jan 2015 17:08:52 +0000 (17:08 +0000)
committerLeo Yan <leo.yan@linaro.org>
Tue, 10 May 2016 08:49:51 +0000 (16:49 +0800)
commit5ec8ccabfef3989f4514f22c034a15aeab691110
tree95d8c0ee5d8e54fe820710e51819d41ce0f11de5
parentb6c0399e0f340887f369c6870ba6a865afe0b0ec
sched: Highest energy aware balancing sched_domain level pointer

Add another member to the family of per-cpu sched_domain shortcut
pointers. This one, sd_ea, points to the highest level at which energy
model is provided. At this level and all levels below all sched_groups
have energy model data attached.

Partial energy model information is possible but restricted to providing
energy model data for lower level sched_domains (sd_ea and below) and
leaving load-balancing on levels above to non-energy-aware
load-balancing. For example, it is possible to apply energy-aware
scheduling within each socket on a multi-socket system and let normal
scheduling handle load-balancing between sockets.

cc: Ingo Molnar <mingo@redhat.com>
cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Morten Rasmussen <morten.rasmussen@arm.com>
kernel/sched/core.c
kernel/sched/sched.h