Searched refs:match_pr (Results 1 – 2 of 2) sorted by relevance
577 struct acpi_processor *match_pr; in acpi_processor_preregister_performance() local654 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()655 if (!match_pr) in acpi_processor_preregister_performance()658 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()682 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()683 if (!match_pr) in acpi_processor_preregister_performance()686 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()690 match_pr->performance->shared_type = in acpi_processor_preregister_performance()692 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() local116 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() local1113 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling()1118 if (!match_pr) { in __acpi_processor_set_throttling()[all …]