Searched refs:match_pr (Results 1 – 2 of 2) sorted by relevance
602 struct acpi_processor *match_pr; in acpi_processor_preregister_performance() local679 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()680 if (!match_pr) in acpi_processor_preregister_performance()683 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()707 match_pr = per_cpu(processors, j); in acpi_processor_preregister_performance()708 if (!match_pr) in acpi_processor_preregister_performance()711 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()715 match_pr->performance->shared_type = in acpi_processor_preregister_performance()717 cpumask_copy(match_pr->performance->shared_cpu_map, in acpi_processor_preregister_performance()
60 struct acpi_processor *pr, *match_pr; in acpi_processor_update_tsd_coord() local 118 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord() 119 if (!match_pr) in acpi_processor_update_tsd_coord() 122 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord() 150 match_pr = per_cpu(processors, j); in acpi_processor_update_tsd_coord() 151 if (!match_pr) in acpi_processor_update_tsd_coord() 154 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord() 1059 struct acpi_processor *match_pr; in __acpi_processor_set_throttling() local 1114 match_pr = per_cpu(processors, i); in __acpi_processor_set_throttling() 1119 if (!match_pr) { in __acpi_processor_set_throttling() [all...]