Searched refs:work_in_progress (Results 1 – 5 of 5) sorted by relevance
258 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()557 policy_dbs->work_in_progress = false; in cpufreq_dbs_governor_stop()
99 bool work_in_progress; /* Work is being queued up or in progress */ member
34 bool work_in_progress; member111 if (!sg_policy->work_in_progress) { in sugov_deferred_update()112 sg_policy->work_in_progress = true; in sugov_deferred_update()482 sg_policy->work_in_progress = false; in sugov_work()763 sg_policy->work_in_progress = false; in sugov_start()
2042 bool work_in_progress = false; in acpi_ec_dispatch_gpe() local2074 work_in_progress = acpi_ec_work_in_progress(first_ec); in acpi_ec_dispatch_gpe()2079 if (!work_in_progress) in acpi_ec_dispatch_gpe()2092 work_in_progress = acpi_ec_work_in_progress(first_ec); in acpi_ec_dispatch_gpe()2095 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
2827 atomic_t work_in_progress; member3198 atomic_set(&krcp->work_in_progress, 0); in fill_page_cache_func()3206 !atomic_xchg(&krcp->work_in_progress, 1)) { in run_page_cache_worker()
Completed in 17 milliseconds