Searched defs:max_pstate (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/
H A Dprocessor_thermal.c246 int max_pstate; local
255 max_pstate = cpufreq_get_max_state(pr->id);
260 if (state <= max_pstate) {
265 cpufreq_set_cur_state(pr->id, max_pstate);
267 state - max_pstate, false);
/drivers/cpufreq/
H A Dintel_pstate.c77 int max_pstate; member in struct:pstate_data
244 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate);
441 if (pstate > cpudata->pstate.max_pstate)
474 int_tofp(cpudata->pstate.max_pstate -
570 max_perf = cpu->pstate.max_pstate;
603 cpu->pstate.max_pstate = pstate_funcs.get_max();
622 cpu->pstate.max_pstate * cpu->pstate.scaling / 100),
661 int32_t core_busy, max_pstate, current_pstate, sample_ratio; local
666 max_pstate = int_tofp(cpu->pstate.max_pstate);
[all...]

Completed in 65 milliseconds