Lines Matching refs:match_pr
57 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
116 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
117 if (!match_pr) in acpi_processor_update_tsd_coord()
120 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
149 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
150 if (!match_pr) in acpi_processor_update_tsd_coord()
153 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1058 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local
1113 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling()
1118 if (!match_pr) { in __acpi_processor_set_throttling()
1127 if (!match_pr->flags.throttling) { in __acpi_processor_set_throttling()
1133 arg.pr = match_pr; in __acpi_processor_set_throttling()