Lines Matching refs:pthrottling
59 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()
182 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
183 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
569 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_tsd() local
571 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
572 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
620 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
621 pthrottling->tsd_valid_flag = 1; in acpi_processor_get_tsd()
622 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
623 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_tsd()
632 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
633 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1164 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_throttling_info() local
1197 pthrottling = &pr->throttling; in acpi_processor_get_throttling_info()
1198 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_throttling_info()
1199 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_throttling_info()
1200 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()