Searched refs:update_util (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | cpufreq_schedutil.c | 41 struct update_util_data update_util; member 334 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single_freq() 381 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_single_perf() 440 struct sugov_cpu *sg_cpu = container_of(hook, struct sugov_cpu, update_util); in sugov_update_shared() 789 cpufreq_add_update_util_hook(cpu, &sg_cpu->update_util, uu); in sugov_start()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_governor.c | 272 struct cpu_dbs_info *cdbs = container_of(data, struct cpu_dbs_info, update_util); in dbs_update_util_handler() 334 cpufreq_add_update_util_hook(cpu, &cdbs->update_util, in gov_set_update_util() 386 j_cdbs->update_util.func = NULL; in free_policy_dbs_info()
|
H A D | cpufreq_governor.h | 120 struct update_util_data update_util; member
|
H A D | intel_pstate.c | 232 struct update_util_data update_util; member 2185 struct cpudata *cpu = container_of(data, struct cpudata, update_util); in intel_pstate_update_util_hwp() 2333 struct cpudata *cpu = container_of(data, struct cpudata, update_util); in intel_pstate_update_util() 2509 cpufreq_add_update_util_hook(cpu_num, &cpu->update_util, in intel_pstate_set_update_util_hook()
|