Home
last modified time | relevance | path

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

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