Home
last modified time | relevance | path

Searched refs:work_in_progress (Results 1 – 3 of 3) sorted by relevance

/drivers/cpufreq/
Dcpufreq_governor.c251 policy_dbs->work_in_progress = false; in dbs_work_handler()
275 if (policy_dbs->work_in_progress) in dbs_update_util_handler()
308 policy_dbs->work_in_progress = true; in dbs_update_util_handler()
542 policy_dbs->work_in_progress = false; in cpufreq_dbs_governor_stop()
Dcpufreq_interactive.c117 bool work_in_progress; member
1043 icpu->work_in_progress = false; in irq_work()
1061 if (icpu->work_in_progress) in update_util_handler()
1072 icpu->work_in_progress = true; in update_util_handler()
1105 icpu->work_in_progress = false; in icpu_cancel_work()
Dcpufreq_governor.h102 bool work_in_progress; /* Work is being queued up or in progress */ member