Lines Matching full:capacity
11 * Dynamically calculates the optimum number of high capacity COREs
13 * that a capacity update is necessary, it schedules a topology update.
19 * determine high capacity CPU count.
33 * of them high capacity.
72 static int hd_high_capacity_cores; /* Current CORE count with high capacity */
77 static unsigned long hd_high_time; /* Total time spent while all cpus have high capacity */
78 static unsigned long hd_low_time; /* Total time spent while vl cpus have low capacity */
159 unsigned long capacity; in hd_update_capacities() local
162 capacity = upscaling_cores > 0 ? CPU_CAPACITY_HIGH : CPU_CAPACITY_LOW; in hd_update_capacities()
165 smp_set_core_capacity(cpu, capacity); in hd_update_capacities()
166 if (capacity != CPU_CAPACITY_HIGH) in hd_update_capacities()
171 capacity = CPU_CAPACITY_LOW; in hd_update_capacities()