Lines Matching defs:ratio
52 * APERF/MPERF frequency ratio computation.
55 * ratio to account for the 'current' frequency, corresponding to
72 * Benchmarks show that's a good compromise between the 1C turbo ratio
81 * Setting freq_max to anything less than the 1C turbo ratio makes the ratio
271 * Some CPUs have turbo boost but don't declare any turbo ratio
281 pr_debug("Non-zero turbo and base frequencies led to a 0 ratio.\n");
312 pr_info("Estimated ratio of average max frequency by base frequency (times 1024): %llu\n", arch_max_freq_ratio);
315 void freq_invariance_set_perf_ratio(u64 ratio, bool turbo_disabled)
317 arch_turbo_freq_ratio = ratio;