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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_conservative.c317 struct cpu_dbs_info_s *this_dbs_info = &per_cpu(cpu_dbs_info, cpu); local
320 if (!this_dbs_info->enable)
323 policy = this_dbs_info->cur_policy;
345 this_dbs_info->prev_cpu_idle_up;
346 this_dbs_info->prev_cpu_idle_up = total_idle_ticks;
357 this_dbs_info->down_skip = 0;
358 this_dbs_info->prev_cpu_idle_down =
359 this_dbs_info->prev_cpu_idle_up;
362 if (this_dbs_info->requested_freq == policy->max)
371 this_dbs_info
457 struct cpu_dbs_info_s *this_dbs_info; local
[all...]
H A Dcpufreq_ondemand.c325 static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) argument
334 if (!this_dbs_info->enable)
337 this_dbs_info->freq_lo = 0;
338 policy = this_dbs_info->cur_policy;
341 this_dbs_info->prev_cpu_wall);
342 this_dbs_info->prev_cpu_wall = cur_jiffies;
488 struct cpu_dbs_info_s *this_dbs_info; local
492 this_dbs_info = &per_cpu(cpu_dbs_info, cpu);
505 if (this_dbs_info->enable) /* Already enabled */
526 this_dbs_info
[all...]

Completed in 97 milliseconds