Home
last modified time | relevance | path

Searched refs:match_pdomain (Results 1 – 2 of 2) sorted by relevance

/drivers/acpi/
Dprocessor_perflib.c649 struct acpi_psd_package *match_pdomain; in acpi_processor_preregister_performance() local
730 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
731 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
736 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
741 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
759 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
760 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
Dprocessor_throttling.c76 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
139 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
140 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
149 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
154 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
172 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
173 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()