Lines Matching refs:match_pr
61 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
120 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
121 if (!match_pr) in acpi_processor_update_tsd_coord()
124 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
153 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
154 if (!match_pr) in acpi_processor_update_tsd_coord()
157 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1079 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local
1134 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling()
1139 if (!match_pr) { in __acpi_processor_set_throttling()
1148 if (!match_pr->flags.throttling) { in __acpi_processor_set_throttling()
1155 arg.pr = match_pr; in __acpi_processor_set_throttling()