Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_interactive.c69 unsigned int *target_loads; member
269 freq >= tunables->target_loads[i + 1]; i += 2) in freq_to_targetload()
272 ret = tunables->target_loads[i]; in freq_to_targetload()
770 ret += sprintf(buf + ret, "%u%s", tunables->target_loads[i], in show_target_loads()
792 if (tunables->target_loads != default_target_loads) in store_target_loads()
793 kfree(tunables->target_loads); in store_target_loads()
794 tunables->target_loads = new_target_loads; in store_target_loads()
1022 gov_attr_rw(target_loads);
1035 &target_loads.attr,
1412 tunables->target_loads = default_target_loads; in cpufreq_interactive_init()