Lines Matching refs:capacity
121 int capacity;
390 * CPU original capacity and the runtime/deadline ratio of the task.
392 * The function will return true if the CPU original capacity of the
1555 * CPU capacity of this group, SCHED_CAPACITY_SCALE being max capacity
1558 unsigned long capacity;
1559 unsigned long min_capacity; /* Min per-CPU capacity in group */
1560 unsigned long max_capacity; /* Max per-CPU capacity in group */
1562 int imbalance; /* XXX unrelated to capacity but shared group state */
2858 return cpu_rq(cpu)->cluster->capacity;
2881 /* Keep track of max/min capacity possible across CPUs "currently" */
2950 * Return 'capacity' of a cpu in reference to "least" efficient cpu, such that
2951 * least efficient cpu gets capacity of 1024
2959 * Return 'capacity' of a cpu in reference to cpu with lowest max_freq
2960 * (min_max_freq), such that one with lowest max_freq gets capacity of 1024.
2969 int capacity = 0x400;
2971 capacity *= capacity_scale_cpu_efficiency(cluster);
2972 capacity >>= 0xa;
2974 capacity *= capacity_scale_cpu_freq(cluster);
2975 capacity >>= 0xa;
2977 return capacity;
2989 unsigned long capacity = capacity_orig_of(cpu);
2998 return (util >= capacity) ? capacity : util;