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()
141 cpumask_set_cpu(j, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
161 pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
178 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
179 cpumask_clear(pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
180 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
181 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
567 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_tsd() local
569 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
570 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
618 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
619 pthrottling->tsd_valid_flag = 1; in acpi_processor_get_tsd()
620 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
621 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_tsd()
630 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
631 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1162 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_throttling_info() local
1195 pthrottling = &pr->throttling; in acpi_processor_get_throttling_info()
1196 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_throttling_info()
1197 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_throttling_info()
1198 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()