Lines Matching refs:pthrottling

63 	struct acpi_processor_throttling *pthrottling, *match_pthrottling;  in acpi_processor_update_tsd_coord()  local
78 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
85 if (!pthrottling->tsd_valid_flag) { in acpi_processor_update_tsd_coord()
100 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
102 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
103 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
146 cpumask_set_cpu(j, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
167 pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
184 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
185 cpumask_clear(pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
186 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
187 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
579 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_tsd() local
581 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
582 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
630 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
631 pthrottling->tsd_valid_flag = 1; in acpi_processor_get_tsd()
632 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
633 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_tsd()
642 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
643 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1179 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_throttling_info() local
1213 pthrottling = &pr->throttling; in acpi_processor_get_throttling_info()
1214 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_throttling_info()
1215 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_throttling_info()
1216 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()