Home
last modified time | relevance | path

Searched refs:update_util (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dcpufreq_governor.c275 struct cpu_dbs_info *cdbs = container_of(data, struct cpu_dbs_info, update_util); in dbs_update_util_handler()
337 cpufreq_add_update_util_hook(cpu, &cdbs->update_util, in gov_set_update_util()
389 j_cdbs->update_util.func = NULL; in free_policy_dbs_info()
Dcpufreq_governor.h124 struct update_util_data update_util; member
Dintel_pstate.c236 struct update_util_data update_util; member
1548 struct cpudata *cpu = container_of(data, struct cpudata, update_util); in intel_pstate_update_util_hwp()
1701 struct cpudata *cpu = container_of(data, struct cpudata, update_util); in intel_pstate_update_util()
1877 cpufreq_add_update_util_hook(cpu_num, &cpu->update_util, in intel_pstate_set_update_util_hook()
/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c47 struct update_util_data update_util; member
425 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single()
497 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_shared()
826 cpufreq_add_update_util_hook(cpu, &sg_cpu->update_util, in sugov_start()