Lines Matching refs:pthrottling

76 	struct acpi_processor_throttling *pthrottling, *match_pthrottling;  in acpi_processor_update_tsd_coord()  local
91 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
98 if (!pthrottling->tsd_valid_flag) { in acpi_processor_update_tsd_coord()
113 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
115 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
116 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
159 cpumask_set_cpu(j, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
180 pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
197 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
198 cpumask_clear(pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
199 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
200 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
592 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_tsd() local
594 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
595 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
643 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
644 pthrottling->tsd_valid_flag = 1; in acpi_processor_get_tsd()
645 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
646 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_tsd()
655 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
656 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1199 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_throttling_info() local
1233 pthrottling = &pr->throttling; in acpi_processor_get_throttling_info()
1234 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_throttling_info()
1235 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_throttling_info()
1236 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()