Home
last modified time | relevance | path

Searched refs:index_diff (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dpowernv-cpufreq.c623 int index_diff; in calc_global_pstate() local
632 index_diff = ((int)ramp_down_percent(elapsed_time) * in calc_global_pstate()
636 if (highest_lpstate_idx + index_diff >= local_pstate_idx) in calc_global_pstate()
639 return highest_lpstate_idx + index_diff; in calc_global_pstate()