Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dprocessor_perflib.c608 struct acpi_psd_package *match_pdomain; in acpi_processor_preregister_performance() local
688 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
689 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
694 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
699 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
716 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
717 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
Dprocessor_throttling.c79 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
142 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
143 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
152 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
157 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
175 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
176 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()