Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c624 int index_diff; in calc_global_pstate() local
633 index_diff = ((int)ramp_down_percent(elapsed_time) * in calc_global_pstate()
637 if (highest_lpstate_idx + index_diff >= local_pstate_idx) in calc_global_pstate()
640 return highest_lpstate_idx + index_diff; in calc_global_pstate()