Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dintel_pstate.c345 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio() local
349 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
358 if (cppc_perf.highest_perf == CPPC_MAX_PERF) in intel_pstate_set_itmt_prio()
369 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
370 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
373 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
389 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed() local
392 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guaranteed()
396 if (cppc_perf.guaranteed_perf) in intel_pstate_get_cppc_guaranteed()
397 return cppc_perf.guaranteed_perf; in intel_pstate_get_cppc_guaranteed()
[all …]

Completed in 14 milliseconds