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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_conservative.c64 unsigned int requested_freq; member in struct:cpu_dbs_info_s
155 if (this_dbs_info->requested_freq > policy->max
156 || this_dbs_info->requested_freq < policy->min)
157 this_dbs_info->requested_freq = freq->new;
506 if (this_dbs_info->requested_freq == policy->max)
515 this_dbs_info->requested_freq += freq_target;
516 if (this_dbs_info->requested_freq > policy->max)
517 this_dbs_info->requested_freq = policy->max;
519 __cpufreq_driver_target(policy, this_dbs_info->requested_freq,
532 this_dbs_info->requested_freq
[all...]

Completed in 37 milliseconds