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

/linux-master/drivers/acpi/
H A Dprocessor_perflib.c595 struct acpi_psd_package *match_pdomain; local
675 match_pdomain = &(match_pr->performance->domain_info);
676 if (match_pdomain->domain != pdomain->domain)
681 if (match_pdomain->num_processors != count_target) {
686 if (pdomain->coord_type != match_pdomain->coord_type) {
703 match_pdomain = &(match_pr->performance->domain_info);
704 if (match_pdomain->domain != pdomain->domain)
H A Dprocessor_throttling.c58 struct acpi_tsd_package *pdomain, *match_pdomain; local
120 match_pdomain = &(match_pthrottling->domain_info);
121 if (match_pdomain->domain != pdomain->domain)
130 if (match_pdomain->num_processors != count_target) {
135 if (pdomain->coord_type != match_pdomain->coord_type) {
152 match_pdomain = &(match_pthrottling->domain_info);
153 if (match_pdomain->domain != pdomain->domain)
H A Dcppc_acpi.c478 struct acpi_psd_package *match_pdomain; local
512 match_pdomain = &(match_cpc_ptr->domain_info);
513 if (match_pdomain->domain != pdomain->domain)
517 if (match_pdomain->num_processors != count_target)
520 if (pdomain->coord_type != match_pdomain->coord_type)

Completed in 131 milliseconds