Searched refs:j_cdbs (Results 1 – 1 of 1) sorted by relevance
103 struct cpu_dbs_info *j_cdbs = &per_cpu(cpu_dbs, j); in gov_update_cpu_data() local 105 j_cdbs->prev_cpu_idle = get_cpu_idle_time(j, &j_cdbs->prev_update_time, in gov_update_cpu_data() 108 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in gov_update_cpu_data() 138 struct cpu_dbs_info *j_cdbs = &per_cpu(cpu_dbs, j); in dbs_update() local 145 time_elapsed = update_time - j_cdbs->prev_update_time; in dbs_update() 146 j_cdbs->prev_update_time = update_time; in dbs_update() 149 * cur_idle_time could be smaller than j_cdbs->prev_cpu_idle if in dbs_update() 160 if (cur_idle_time > j_cdbs->prev_cpu_idle) in dbs_update() 161 idle_time = cur_idle_time - j_cdbs in dbs_update() 369 struct cpu_dbs_info *j_cdbs = &per_cpu(cpu_dbs, j); alloc_policy_dbs_info() local 384 struct cpu_dbs_info *j_cdbs = &per_cpu(cpu_dbs, j); free_policy_dbs_info() local 533 struct cpu_dbs_info *j_cdbs = &per_cpu(cpu_dbs, j); cpufreq_dbs_governor_start() local [all...]