Home
last modified time | relevance | path

Searched refs:em_is_artificial (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Denergy_model.h94 #define em_is_artificial(em) ((em)->flags & EM_PERF_DOMAIN_ARTIFICIAL) macro
/linux/drivers/powercap/
H A Ddtpm_cpu.c208 if (!pd || em_is_artificial(pd)) { in __dtpm_cpu_setup()
/linux/drivers/thermal/
H A Ddevfreq_cooling.c417 if (em && !em_is_artificial(em)) { in of_devfreq_cooling_register_power()
H A Dcpufreq_cooling.c339 if (!em || em_is_artificial(em)) in em_is_sane()
/linux/kernel/power/
H A Denergy_model.c777 if (!pd || em_is_artificial(pd)) in em_check_capacity_update()