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.h102 #define em_is_artificial(em) ((em)->flags & EM_PERF_DOMAIN_ARTIFICIAL) macro
/linux/drivers/powercap/
H A Ddtpm_cpu.c210 if (!pd || em_is_artificial(pd)) { in __dtpm_cpu_setup()
/linux/kernel/power/
H A Denergy_model.c778 if (!em_is_artificial(pd)) { in em_recalc_and_update()
879 if (!pd || em_is_artificial(pd)) in em_check_capacity_update()
/linux/drivers/thermal/
H A Ddevfreq_cooling.c417 if (em && !em_is_artificial(em)) { in of_devfreq_cooling_register_power()
H A Dcpufreq_cooling.c337 if (!em || em_is_artificial(em)) in em_is_sane()