Searched refs:em_cpu_get (Results 1 – 7 of 7) sorted by relevance
44 | | em_cpu_get() |142 有两个API函数提供对能量模型的访问。em_cpu_get()以CPU id为参数,em_pd_get()
44 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()
167 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
511 * em_cpu_get() - Return the performance domain for a CPU517 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()
46 | | em_cpu_get() |188 em_cpu_get() which takes CPU id as an argument and em_pd_get() with device194 em_cpu_get() API. The energy model tables are allocated once upon creation of
661 struct em_perf_domain *em = em_cpu_get(policy->cpu); in of_cpufreq_cooling_register()
344 struct em_perf_domain *obj = em_cpu_get(cpu); in pd_init()