Lines Matching refs:match_pr
57 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local
115 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
116 if (!match_pr) in acpi_processor_update_tsd_coord()
119 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
147 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord()
148 if (!match_pr) in acpi_processor_update_tsd_coord()
151 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
1056 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local
1111 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling()
1116 if (!match_pr) { in __acpi_processor_set_throttling()
1125 if (!match_pr->flags.throttling) { in __acpi_processor_set_throttling()
1131 arg.pr = match_pr; in __acpi_processor_set_throttling()