Lines Matching defs:pthrottling
59 struct acpi_processor_throttling *pthrottling, *match_pthrottling;
74 pthrottling = &(pr->throttling);
81 if (!pthrottling->tsd_valid_flag) {
96 pthrottling = &pr->throttling;
98 pdomain = &(pthrottling->domain_info);
99 cpumask_set_cpu(i, pthrottling->shared_cpu_map);
141 cpumask_set_cpu(j, pthrottling->shared_cpu_map);
161 pthrottling->shared_cpu_map);
178 pthrottling = &(pr->throttling);
179 cpumask_clear(pthrottling->shared_cpu_map);
180 cpumask_set_cpu(i, pthrottling->shared_cpu_map);
181 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;
567 struct acpi_processor_throttling *pthrottling;
569 pthrottling = &pr->throttling;
570 pthrottling->tsd_valid_flag = 0;
618 pthrottling = &pr->throttling;
619 pthrottling->tsd_valid_flag = 1;
620 pthrottling->shared_type = pdomain->coord_type;
621 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map);
630 pthrottling->tsd_valid_flag = 0;
631 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;
1162 struct acpi_processor_throttling *pthrottling;
1195 pthrottling = &pr->throttling;
1196 pthrottling->tsd_valid_flag = 0;
1197 cpumask_set_cpu(pr->id, pthrottling->shared_cpu_map);
1198 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;