Searched refs:prefcore_ranking (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Damd-pstate.h50 * @prefcore_ranking: the preferred core ranking, the higher value indicates a higher
81 u32 prefcore_ranking; member in struct:amd_cpudata
/linux-master/drivers/cpufreq/
H A Damd-pstate.c318 WRITE_ONCE(cpudata->prefcore_ranking, AMD_CPPC_HIGHEST_PERF(cap1));
343 WRITE_ONCE(cpudata->prefcore_ranking, cppc_perf.highest_perf);
813 prev_high = READ_ONCE(cpudata->prefcore_ranking);
816 WRITE_ONCE(cpudata->prefcore_ranking, cur_high);
1010 perf = READ_ONCE(cpudata->prefcore_ranking);

Completed in 129 milliseconds