Searched refs:match_pr (Results 1 – 2 of 2) sorted by relevance
594 struct acpi_processor *match_pr; in acpi_processor_preregister_performance() local671 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()672 if (!match_pr) in acpi_processor_preregister_performance()675 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()699 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()700 if (!match_pr) in acpi_processor_preregister_performance()703 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()707 match_pr->performance->shared_type = in acpi_processor_preregister_performance()709 cpumask_copy(match_pr->performance->shared_cpu_map, in acpi_processor_preregister_performance()
57 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local115 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()1056 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local1111 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()[all …]