Searched refs:dbs_info (Results 1 – 1 of 1) sorted by relevance
179 if (!dbs_info->enable) in do_dbs_timer()182 dbs_check_cpu(dbs_info); in do_dbs_timer()184 set_timer(&per_cpu(dbs_timer, dbs_info->cpu), in do_dbs_timer()188 static void dbs_timer_init(struct cpu_dbs_info_s *dbs_info) in dbs_timer_init() argument190 dbs_info->enable = 1; in dbs_timer_init()193 (void *)dbs_info, dbs_info->cpu); in dbs_timer_init()197 if ( processor_pminfo[dbs_info->cpu]->perf.shared_type in dbs_timer_init()200 dbs_info->stoppable = 1; in dbs_timer_init()206 dbs_info->enable = 0; in dbs_timer_exit()207 dbs_info->stoppable = 0; in dbs_timer_exit()[all …]
Completed in 3 milliseconds