aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
diff options
context:
space:
mode:
authorMorten Rasmussen <morten.rasmussen@arm.com>2015-07-17 14:31:08 +0100
committerJuri Lelli <juri.lelli@arm.com>2015-10-05 12:10:09 +0100
commit34e5ab5f85b3bebe34a617672790c68c3a55449b (patch)
treea5fa1e8658638ec1a429ed533e67291a58b3263e /fs/exofs
parentb68d8d477a9797196e2a91f763df17f849535ffe (diff)
WIP: sched: Add per-cpu max capacity to sched_group_capacity
struct sched_group_capacity currently represents the compute capacity sum of all cpus in the sched_group. Unless it is divided by the group_weight to get the average capacity per cpu it hides differences in cpu capacity for mixed capacity systems (e.g. high RT/IRQ utilization or ARM big.LITTLE). But even the average may not be sufficient if the group covers cpus of different capacities. Instead, by extending struct sched_group_capacity to indicate max per-cpu capacity in the group a suitable group for a given task utilization can easily be found such that cpus with reduced capacity can be avoided for tasks with high utilization (not implemented by this patch). Change-Id: I3ad0e6df855b1a184db05cb310e91e1e03061467 Signed-off-by: Morten Rasmussen <morten.rasmussen@arm.com>
Diffstat (limited to 'fs/exofs')
0 files changed, 0 insertions, 0 deletions