Lines Matching refs:pthrottling

80 	struct acpi_processor_throttling *pthrottling, *match_pthrottling;  in acpi_processor_update_tsd_coord()  local
95 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
102 if (!pthrottling->tsd_valid_flag) { in acpi_processor_update_tsd_coord()
117 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
119 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord()
120 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
163 cpumask_set_cpu(j, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
184 pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
201 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
202 cpumask_clear(pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
203 cpumask_set_cpu(i, pthrottling->shared_cpu_map); in acpi_processor_update_tsd_coord()
204 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
595 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_tsd() local
597 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
598 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
646 pthrottling = &pr->throttling; in acpi_processor_get_tsd()
647 pthrottling->tsd_valid_flag = 1; in acpi_processor_get_tsd()
648 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
649 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_tsd()
658 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_tsd()
659 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1183 struct acpi_processor_throttling *pthrottling; in acpi_processor_get_throttling_info() local
1217 pthrottling = &pr->throttling; in acpi_processor_get_throttling_info()
1218 pthrottling->tsd_valid_flag = 0; in acpi_processor_get_throttling_info()
1219 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map); in acpi_processor_get_throttling_info()
1220 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()