Lines Matching refs:match_pr
61 struct acpi_processor *pr, *match_pr;
120 match_pr = per_cpu(processors, j);
121 if (!match_pr)
124 match_pthrottling = &(match_pr->throttling);
153 match_pr = per_cpu(processors, j);
154 if (!match_pr)
157 match_pthrottling = &(match_pr->throttling);
1072 struct acpi_processor *match_pr;
1127 match_pr = per_cpu(processors, i);
1132 if (!match_pr) {
1141 if (!match_pr->flags.throttling) {
1148 arg.pr = match_pr;