ANDROID: 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)
committerChris Redpath <chris.redpath@arm.com>
Thu, 14 Dec 2017 21:41:10 +0000 (21:41 +0000)
commit9a77830051a2c009e8282eecbbc62daab15b9afa
treeeea8b844b86d79d38fed17ea61c2fff8f9be4057
parent29231563c6c92b9e741f95b72b02fd79d49ab0a6
ANDROID: 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>
Change-Id: Ie9ff4dc97b4fda3292ce58c22f1032cd3085529c
Signed-off-by: Chris Redpath <chris.redpath@arm.com>
kernel/sched/sched.h
kernel/sched/topology.c