Lines Matching refs:match_pr
60 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
118 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
119 if (!match_pr) in acpi_processor_update_tsd_coord()
122 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
150 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
151 if (!match_pr) in acpi_processor_update_tsd_coord()
154 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1059 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local
1114 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling()
1119 if (!match_pr) { in __acpi_processor_set_throttling()
1128 if (!match_pr->flags.throttling) { in __acpi_processor_set_throttling()
1134 arg.pr = match_pr; in __acpi_processor_set_throttling()