Home
last modified time | relevance | path

Searched refs:match_pdomain (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dprocessor_perflib.c605 struct acpi_psd_package *match_pdomain; in acpi_processor_preregister_performance() local
686 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
687 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
692 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
697 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
714 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
715 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c62 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
125 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
126 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
135 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
140 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
158 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
159 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
H A Dcppc_acpi.c422 struct acpi_psd_package *match_pdomain; in acpi_get_psd_map() local
468 match_pdomain = &(match_cpc_ptr->domain_info); in acpi_get_psd_map()
469 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
473 if (match_pdomain->num_processors != count_target) { in acpi_get_psd_map()
478 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_get_psd_map()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dprocessor_perflib.c595 struct acpi_psd_package *match_pdomain; in acpi_processor_preregister_performance() local
675 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
676 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
681 if (match_pdomain->num_processors != count_target) { in acpi_processor_preregister_performance()
686 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
703 match_pdomain = &(match_pr->performance->domain_info); in acpi_processor_preregister_performance()
704 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c58 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local
120 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
121 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
130 if (match_pdomain->num_processors != count_target) { in acpi_processor_update_tsd_coord()
135 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
152 match_pdomain = &(match_pthrottling->domain_info); in acpi_processor_update_tsd_coord()
153 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord()
H A Dcppc_acpi.c468 struct acpi_psd_package *match_pdomain; in acpi_get_psd_map() local
502 match_pdomain = &(match_cpc_ptr->domain_info); in acpi_get_psd_map()
503 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
507 if (match_pdomain->num_processors != count_target) in acpi_get_psd_map()
510 if (pdomain->coord_type != match_pdomain->coord_type) in acpi_get_psd_map()

Completed in 13 milliseconds