Lines Matching defs:max_capacity
5044 * 1. There's no concept of capping at max_capacity! We can't go
5107 unsigned long max_capacity = cpu_rq(cpu)->rd->max_cpu_capacity;
5109 if (capacity == max_capacity)
9788 sdg->sgc->max_capacity = capacity;
9795 unsigned long capacity, min_capacity, max_capacity;
9809 max_capacity = 0;
9825 max_capacity = max(cpu_cap, max_capacity);
9843 max_capacity = max(sgc->max_capacity,
9844 max_capacity);
9852 sdg->sgc->max_capacity = max_capacity;
10259 * We can use max_capacity here as reduction in capacity on some
10265 (!capacity_greater(capacity_of(env->dst_cpu), sg->sgc->max_capacity) ||
10562 if (idlest->sgc->max_capacity >= group->sgc->max_capacity)
10703 if (local->sgc->max_capacity >= idlest->sgc->max_capacity)