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)
committerAmit Pundir <amit.pundir@linaro.org>
Wed, 14 Sep 2016 09:18:50 +0000 (14:48 +0530)
commit6b8bde20df2dd087dd8e3554a9a8c9c511a3b123
treeb3926204e66d7d507261567d5b3596f1a8632a7e
parent0660e45c2f66775fa0ebfa35dd73a070f8542568
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