Searched defs:match_pr (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/
H A Dprocessor_perflib.c607 struct acpi_processor *match_pr; local
684 match_pr = per_cpu(processors, j);
685 if (!match_pr)
688 match_pdomain = &(match_pr->performance->domain_info);
712 match_pr = per_cpu(processors, j);
713 if (!match_pr)
716 match_pdomain = &(match_pr->performance->domain_info);
720 match_pr->performance->shared_type =
722 cpumask_copy(match_pr->performance->shared_cpu_map,
H A Dprocessor_throttling.c78 struct acpi_processor *pr, *match_pr; local
137 match_pr = per_cpu(processors, j);
138 if (!match_pr)
141 match_pthrottling = &(match_pr->throttling);
170 match_pr = per_cpu(processors, j);
171 if (!match_pr)
174 match_pthrottling = &(match_pr->throttling);
1083 struct acpi_processor *match_pr; local
1137 match_pr = per_cpu(processors, i);
1142 if (!match_pr) {
[all...]

Completed in 64 milliseconds