Lines Matching defs:state
44 * Note we can lose a CPU on cpu hotunplug, in this case we forget the state
82 static int cpufreq_set_cur_state(unsigned int cpu, int state)
92 reduction_pctg(cpu) = state;
168 static int cpufreq_set_cur_state(unsigned int cpu, int state)
192 unsigned long *state)
204 *state = acpi_processor_max_state(pr);
224 *cur_state += pr->throttling.state;
230 unsigned long state)
246 if (state > acpi_processor_max_state(pr))
249 if (state <= max_pstate) {
250 if (pr->flags.throttling && pr->throttling.state)
252 cpufreq_set_cur_state(pr->id, state);
256 state - max_pstate, false);