Lines Matching refs:capacity
102 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) {
103 printk(KERN_CONT " cap=%lu", group->sgc->capacity);
372 /* EAS is enabled for asymmetric CPU capacity topologies. */
632 * dropping group/capacity references, freeing where none remain.
974 * Initialize sgc->capacity such that even if we mess up the
979 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sg_span);
1207 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sched_group_span(sg));
1263 * cpu_capacity indicates the capacity of sched group, which is used while
2075 * sched_domain_topology_level where a highest capacity CPU is visible
2089 unsigned long capacity;
2091 capacity = arch_scale_cpu_capacity(j);
2092 if (capacity <= max_capacity) {
2096 max_capacity = capacity;
2181 /* Calculate CPU capacity for physical packages and nodes */