Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dprocessor_throttling.c59 struct acpi_processor_throttling *pthrottling, *match_pthrottling; in acpi_processor_update_tsd_coord() local
74 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
81 if (!pthrottling->tsd_valid_flag) { in acpi_processor_update_tsd_coord()
96 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
98 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
99 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
142 cpumask_set_cpu(j, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
163 pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
180 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
181 cpumask_clear(pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
[all …]