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