Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dprocessor_throttling.c232 if (pr->throttling_platform_limit > target_state) in acpi_processor_throttling_notifier()
233 target_state = pr->throttling_platform_limit; in acpi_processor_throttling_notifier()
284 pr->throttling_platform_limit = (int)tpc; in acpi_processor_get_platform_limit()
305 throttling_limit = pr->throttling_platform_limit; in acpi_processor_tstate_has_changed()
957 if (state < pr->throttling_platform_limit) in acpi_processor_set_throttling_fadt()
1029 if (state < pr->throttling_platform_limit) in acpi_processor_set_throttling_ptc()
/openbmc/linux/include/acpi/
H A Dprocessor.h230 int throttling_platform_limit; member