Home
last modified time | relevance | path

Searched refs:modify_all (Results 1 – 2 of 2) sorted by relevance

/drivers/cpufreq/
Dcpufreq_conservative.c115 bool modify_all = true; in cs_dbs_timer() local
119 modify_all = false; in cs_dbs_timer()
123 gov_queue_work(dbs_data, dbs_info->cdbs.cur_policy, delay, modify_all); in cs_dbs_timer()
Dcpufreq_ondemand.c204 bool modify_all = true; in od_dbs_timer() local
208 modify_all = false; in od_dbs_timer()
232 gov_queue_work(dbs_data, dbs_info->cdbs.cur_policy, delay, modify_all); in od_dbs_timer()