Searched refs:cur_high (Results 1 – 1 of 1) sorted by relevance
920 u32 prev_high = 0, cur_high = 0; in amd_pstate_init_prefcore() 927 if (amd_get_highest_perf(cpu, &cur_high)) in amd_pstate_update_limits() 933 highest_perf_changed = (prev_high != cur_high); in amd_pstate_update_limits() 935 WRITE_ONCE(cpudata->prefcore_ranking, cur_high); in amd_pstate_update_limits() 937 if (cur_high < CPPC_MAX_PERF) { in amd_pstate_update_limits() 938 sched_set_itmt_core_prio((int)cur_high, cpu); in amd_pstate_update_limits() 939 sched_update_asym_prefer_cpu(cpu, prev_high, cur_high); in amd_pstate_update_limits() 926 u32 prev_high = 0, cur_high = 0; amd_pstate_update_limits() local