Lines Matching refs:match_pr
74 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
133 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
134 if (!match_pr) in acpi_processor_update_tsd_coord()
137 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
166 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
167 if (!match_pr) in acpi_processor_update_tsd_coord()
170 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1079 struct acpi_processor *match_pr; in acpi_processor_set_throttling() local
1133 match_pr = per_cpu(processors, i); in acpi_processor_set_throttling()
1138 if (!match_pr) { in acpi_processor_set_throttling()
1147 if (!match_pr->flags.throttling) { in acpi_processor_set_throttling()
1154 arg.pr = match_pr; in acpi_processor_set_throttling()