Home
last modified time | relevance | path

Searched refs:coord_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/
H A Dprocessor_perflib.c580 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
581 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
582 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
668 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
670 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
672 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
694 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c138 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord()
623 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
630 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_tsd()
631 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_tsd()
632 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_tsd()
/linux/include/acpi/
H A Dprocessor.h107 u64 coord_type; member
148 u64 coord_type; member
/linux/include/xen/interface/
H A Dplatform.h338 uint32_t coord_type; /* coordination type */ member
391 uint64_t coord_type; member