Home
last modified time | relevance | path

Searched refs:em_cpu_get (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst44 | | em_cpu_get() |
142 有两个API函数提供对能量模型的访问。em_cpu_get()以CPU id为参数,em_pd_get()
/linux/drivers/powercap/
H A Ddtpm_cpu.c44 struct em_perf_domain *pd = em_cpu_get(dtpm_cpu->cpu); in set_pd_power_limit()
98 pd = em_cpu_get(dtpm_cpu->cpu); in get_pd_power_uw()
124 struct em_perf_domain *em = em_cpu_get(dtpm_cpu->cpu); in update_pd_power_uw()
209 pd = em_cpu_get(cpu); in __dtpm_cpu_setup()
/linux/include/linux/
H A Denergy_model.h167 struct em_perf_domain *em_cpu_get(int cpu);
356 static inline struct em_perf_domain *em_cpu_get(int cpu) in em_cpu_get() function
/linux/kernel/power/
H A Denergy_model.c511 * em_cpu_get() - Return the performance domain for a CPU
517 struct em_perf_domain *em_cpu_get(int cpu) in em_cpu_get() function
527 EXPORT_SYMBOL_GPL(em_cpu_get);
583 if (em_cpu_get(cpu)) { in em_dev_register_perf_domain()
/linux/Documentation/power/
H A Denergy-model.rst46 | | em_cpu_get() |
188 em_cpu_get() which takes CPU id as an argument and em_pd_get() with device
194 em_cpu_get() API. The energy model tables are allocated once upon creation of
/linux/drivers/thermal/
H A Dcpufreq_cooling.c661 struct em_perf_domain *em = em_cpu_get(policy->cpu); in of_cpufreq_cooling_register()
/linux/kernel/sched/
H A Dtopology.c344 struct em_perf_domain *obj = em_cpu_get(cpu); in pd_init()