Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c344 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio() local
348 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_set_itmt_prio()
357 sched_set_itmt_core_prio(cppc_perf.highest_perf, cpu); in intel_pstate_set_itmt_prio()
360 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
361 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
363 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
364 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
380 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guranteed() local
383 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guranteed()
387 if (cppc_perf.guaranteed_perf) in intel_pstate_get_cppc_guranteed()
[all …]