Lines Matching refs:cppc_perf
345 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 sched_set_itmt_core_prio(cppc_perf.highest_perf, cpu); in intel_pstate_set_itmt_prio()
361 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
362 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
364 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
365 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
381 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guranteed() local
384 ret = cppc_get_perf_caps(cpu, &cppc_perf); in intel_pstate_get_cppc_guranteed()
388 if (cppc_perf.guaranteed_perf) in intel_pstate_get_cppc_guranteed()
389 return cppc_perf.guaranteed_perf; in intel_pstate_get_cppc_guranteed()
391 return cppc_perf.nominal_perf; in intel_pstate_get_cppc_guranteed()