Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_governor.c258 policy_dbs->work_in_progress = false; in dbs_work_handler()
285 if (policy_dbs->work_in_progress) in dbs_update_util_handler()
318 policy_dbs->work_in_progress = true; in dbs_update_util_handler()
551 policy_dbs->work_in_progress = false; in cpufreq_dbs_governor_stop()
Dcpufreq_governor.h100 bool work_in_progress; /* Work is being queued up or in progress */ member