Home
last modified time | relevance | path

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

/drivers/acpi/
Dprocessor_perflib.c600 struct acpi_psd_package *match_pdomain; in acpi_processor_preregister_performance() local
680 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
681 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
686 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
691 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
708 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
709 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
Dprocessor_throttling.c58 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
121 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
122 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
131 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
136 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
154 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
155 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
Dcppc_acpi.c444 struct acpi_psd_package *match_pdomain; in acpi_get_psd_map() local
478 match_pdomain = &(match_cpc_ptr->domain_info); in acpi_get_psd_map()
479 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
483 if (match_pdomain->num_processors != count_target) in acpi_get_psd_map()
486 if (pdomain->coord_type != match_pdomain->coord_type) in acpi_get_psd_map()