Home
last modified time | relevance | path

Searched refs:shared_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dprocessor_perflib.c674 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ALL; in acpi_processor_preregister_performance()
676 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_HW; in acpi_processor_preregister_performance()
678 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ANY; in acpi_processor_preregister_performance()
720 match_pr->performance->shared_type = in acpi_processor_preregister_performance()
721 pr->performance->shared_type; in acpi_processor_preregister_performance()
737 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ALL; in acpi_processor_preregister_performance()
Dprocessor_throttling.c204 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
648 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
659 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1124 if (p_throttling->shared_type == DOMAIN_COORD_TYPE_SW_ANY) { in acpi_processor_set_throttling()
1220 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()
/linux-4.1.27/drivers/xen/
Dxen-acpi-processor.c175 dst->shared_type = _pr->performance->shared_type; in xen_copy_psd_data()
184 dst->shared_type = CPUFREQ_SHARED_TYPE_ALL; in xen_copy_psd_data()
186 dst->shared_type = CPUFREQ_SHARED_TYPE_HW; in xen_copy_psd_data()
188 dst->shared_type = CPUFREQ_SHARED_TYPE_ANY; in xen_copy_psd_data()
/linux-4.1.27/drivers/cpufreq/
Dacpi-cpufreq.c459 if (policy->shared_type != CPUFREQ_SHARED_TYPE_ANY) in acpi_cpufreq_target()
686 policy->shared_type = perf->shared_type; in acpi_cpufreq_cpu_init()
692 if (policy->shared_type == CPUFREQ_SHARED_TYPE_ALL || in acpi_cpufreq_cpu_init()
693 policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) { in acpi_cpufreq_cpu_init()
701 policy->shared_type = CPUFREQ_SHARED_TYPE_ALL; in acpi_cpufreq_cpu_init()
709 policy->shared_type = CPUFREQ_SHARED_TYPE_HW; in acpi_cpufreq_cpu_init()
Dsfi-cpufreq.c75 policy->shared_type = CPUFREQ_SHARED_TYPE_HW; in sfi_cpufreq_cpu_init()
Dspeedstep-centrino.c446 if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) in centrino_target()
481 if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) in centrino_target()
/linux-4.1.27/include/acpi/
Dprocessor.h113 unsigned int shared_type; member
166 unsigned int shared_type; member
/linux-4.1.27/include/xen/interface/
Dplatform.h411 uint32_t shared_type; /* coordination type of this processor */ member
/linux-4.1.27/include/linux/
Dcpufreq.h66 unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs member