Lines Matching defs:max_capacity
6083 * 1. There's no concept of capping at max_capacity! We can't go
11521 sdg->sgc->max_capacity = capacity;
11528 unsigned long capacity, min_capacity, max_capacity;
11542 max_capacity = 0;
11555 max_capacity = max(cpu_cap, max_capacity);
11569 max_capacity = max(sgc->max_capacity, max_capacity);
11576 sdg->sgc->max_capacity = max_capacity;
12055 group->sgc->max_capacity) &&
12120 * We can use max_capacity here as reduction in capacity on some
12132 !capacity_greater(capacity_of(env->dst_cpu), sg->sgc->max_capacity) ||
12427 if (idlest->sgc->max_capacity >= group->sgc->max_capacity)
12560 if (local->sgc->max_capacity >= idlest->sgc->max_capacity)