Home
last modified time | relevance | path

Searched refs:dbs_update (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_governor.h174 unsigned int dbs_update(struct cpufreq_policy *policy);
H A Dcpufreq_governor.c114 unsigned int dbs_update(struct cpufreq_policy *policy) in dbs_update() function
230 EXPORT_SYMBOL_GPL(dbs_update); variable
436 * of the CPU and it also cannot be too small for dbs_update() to work in cpufreq_dbs_governor_init()
528 * Make the first invocation of dbs_update() compute the load. in cpufreq_dbs_governor_start()
H A Dcpufreq_conservative.c65 unsigned int load = dbs_update(policy); in cs_dbs_update()
H A Dcpufreq_ondemand.c140 unsigned int load = dbs_update(policy); in od_update()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_governor.h173 unsigned int dbs_update(struct cpufreq_policy *policy);
H A Dcpufreq_governor.c114 unsigned int dbs_update(struct cpufreq_policy *policy) in dbs_update() function
230 EXPORT_SYMBOL_GPL(dbs_update); variable
446 * of the CPU and it also cannot be too small for dbs_update() to work in cpufreq_dbs_governor_init()
536 * Make the first invocation of dbs_update() compute the load. in cpufreq_dbs_governor_start()
H A Dcpufreq_conservative.c65 unsigned int load = dbs_update(policy); in cs_dbs_update()
H A Dcpufreq_ondemand.c142 unsigned int load = dbs_update(policy); in od_update()

Completed in 6 milliseconds