Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A 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()
H A Dcpufreq_governor.h100 bool work_in_progress; /* Work is being queued up or in progress */ member
H A Dcpufreq_interactive.c131 bool work_in_progress; member
1083 icpu->work_in_progress = false; in irq_work()
1101 if (icpu->work_in_progress) in update_util_handler()
1112 icpu->work_in_progress = true; in update_util_handler()
1145 icpu->work_in_progress = false; in icpu_cancel_work()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c45 bool work_in_progress; member
135 if (!sg_policy->work_in_progress) { in sugov_deferred_update()
136 sg_policy->work_in_progress = true; in sugov_deferred_update()
568 sg_policy->work_in_progress = false; in sugov_work()
882 sg_policy->work_in_progress = false; in sugov_start()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dec.c1997 bool work_in_progress; in acpi_ec_dispatch_gpe() local
2026 work_in_progress = first_ec->events_in_progress + in acpi_ec_dispatch_gpe()
2030 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c3122 atomic_t work_in_progress; member
3409 atomic_set(&krcp->work_in_progress, 0); in fill_page_cache_func()
3416 !atomic_xchg(&krcp->work_in_progress, 1)) { in run_page_cache_worker()