Searched refs:cpu_percent (Results 1 – 1 of 1) sorted by relevance
84 unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; in get_target_freq_with_cpufreq() local120 cpu_percent = ((cpu_cur - cpu_min) * 100) / (cpu_max - cpu_min); in get_target_freq_with_cpufreq()121 freq = dev_min + mult_frac(dev_max - dev_min, cpu_percent, 100); in get_target_freq_with_cpufreq()