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

/drivers/cpufreq/
H A Dcpufreq_conservative.c59 cputime64_t prev_cpu_wall; member in struct:cpu_dbs_info_s
272 &dbs_info->prev_cpu_wall);
356 (cur_wall_time - j_dbs_info->prev_cpu_wall);
357 j_dbs_info->prev_cpu_wall = cur_wall_time;
502 &j_dbs_info->prev_cpu_wall);
H A Dcpufreq_ondemand.c79 cputime64_t prev_cpu_wall; member in struct:cpu_dbs_info_s
401 &dbs_info->prev_cpu_wall);
501 (cur_wall_time - j_dbs_info->prev_cpu_wall);
502 j_dbs_info->prev_cpu_wall = cur_wall_time;
703 &j_dbs_info->prev_cpu_wall);

Completed in 10 milliseconds