Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/
Dprocessor_throttling.c293 int throttling_limit; in acpi_processor_tstate_has_changed() local
307 throttling_limit = pr->throttling_platform_limit; in acpi_processor_tstate_has_changed()
308 if (throttling_limit >= pr->throttling.state_count) { in acpi_processor_tstate_has_changed()
314 if (current_state > throttling_limit) { in acpi_processor_tstate_has_changed()
323 target_state = throttling_limit; in acpi_processor_tstate_has_changed()
328 } else if (current_state == throttling_limit) { in acpi_processor_tstate_has_changed()
341 target_state = throttling_limit; in acpi_processor_tstate_has_changed()