Lines Matching refs:match_pr
78 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
137 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
138 if (!match_pr) in acpi_processor_update_tsd_coord()
141 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
170 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
171 if (!match_pr) in acpi_processor_update_tsd_coord()
174 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1083 struct acpi_processor *match_pr; in acpi_processor_set_throttling() local
1137 match_pr = per_cpu(processors, i); in acpi_processor_set_throttling()
1142 if (!match_pr) { in acpi_processor_set_throttling()
1151 if (!match_pr->flags.throttling) { in acpi_processor_set_throttling()
1158 arg.pr = match_pr; in acpi_processor_set_throttling()