Lines Matching refs:core_dbs_info
199 struct od_cpu_dbs_info_s *core_dbs_info = &per_cpu(od_cpu_dbs_info, in od_dbs_timer() local
203 int delay = 0, sample_type = core_dbs_info->sample_type; in od_dbs_timer()
206 mutex_lock(&core_dbs_info->cdbs.timer_mutex); in od_dbs_timer()
207 if (!need_load_eval(&core_dbs_info->cdbs, od_tuners->sampling_rate)) { in od_dbs_timer()
213 core_dbs_info->sample_type = OD_NORMAL_SAMPLE; in od_dbs_timer()
215 delay = core_dbs_info->freq_lo_jiffies; in od_dbs_timer()
216 __cpufreq_driver_target(core_dbs_info->cdbs.cur_policy, in od_dbs_timer()
217 core_dbs_info->freq_lo, CPUFREQ_RELATION_H); in od_dbs_timer()
220 if (core_dbs_info->freq_lo) { in od_dbs_timer()
222 core_dbs_info->sample_type = OD_SUB_SAMPLE; in od_dbs_timer()
223 delay = core_dbs_info->freq_hi_jiffies; in od_dbs_timer()
230 * core_dbs_info->rate_mult); in od_dbs_timer()
233 mutex_unlock(&core_dbs_info->cdbs.timer_mutex); in od_dbs_timer()