Searched refs:match_pr (Results 1 – 2 of 2) sorted by relevance
607 struct acpi_processor *match_pr; in acpi_processor_preregister_performance() local684 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()685 if (!match_pr) in acpi_processor_preregister_performance()688 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()712 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()713 if (!match_pr) in acpi_processor_preregister_performance()716 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()720 match_pr->performance->shared_type = in acpi_processor_preregister_performance()722 cpumask_copy(match_pr->performance->shared_cpu_map, in acpi_processor_preregister_performance()
78 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local137 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() local1137 match_pr = per_cpu(processors, i); in acpi_processor_set_throttling()1142 if (!match_pr) { in acpi_processor_set_throttling()[all …]