Lines Matching refs:cap_perf
499 unsigned long max_perf, min_perf, des_perf, cap_perf;
507 cap_perf = READ_ONCE(cpudata->highest_perf);
509 max_perf = cap_perf;
514 des_perf = DIV_ROUND_CLOSEST(target_freq * cap_perf,
556 cap_perf, lowest_nonlinear_perf, max_freq;
565 cap_perf = READ_ONCE(cpudata->highest_perf);
569 des_perf = cap_perf;
571 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity);
575 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity);
580 max_perf = cap_perf;