Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dcpufreq_governor.c259 policy_dbs->work_in_progress = false; in dbs_work_handler()
286 if (policy_dbs->work_in_progress) in dbs_update_util_handler()
319 policy_dbs->work_in_progress = true; in dbs_update_util_handler()
560 policy_dbs->work_in_progress = false; in cpufreq_dbs_governor_stop()
H A Dcpufreq_governor.h99 bool work_in_progress; /* Work is being queued up or in progress */ member
/linux-6.15/kernel/sched/
H A Dcpufreq_schedutil.c34 bool work_in_progress; member
137 if (!sg_policy->work_in_progress) { in sugov_deferred_update()
138 sg_policy->work_in_progress = true; in sugov_deferred_update()
558 sg_policy->work_in_progress = false; in sugov_work()
850 sg_policy->work_in_progress = false; in sugov_start()
/linux-6.15/drivers/base/power/
H A Dmain.c605 dev->power.work_in_progress = true; in dpm_async_fn()
619 dev->power.work_in_progress = false; in dpm_async_fn()
627 dev->power.work_in_progress = false; in dpm_clear_async_state()
748 if (!dev->power.work_in_progress) { in dpm_noirq_resume_devices()
890 if (!dev->power.work_in_progress) { in dpm_resume_early()
1064 if (!dev->power.work_in_progress) { in dpm_resume()
/linux-6.15/drivers/acpi/
H A Dec.c2144 bool work_in_progress = false; in acpi_ec_dispatch_gpe() local
2176 work_in_progress = acpi_ec_work_in_progress(first_ec); in acpi_ec_dispatch_gpe()
2181 if (!work_in_progress) in acpi_ec_dispatch_gpe()
2194 work_in_progress = acpi_ec_work_in_progress(first_ec); in acpi_ec_dispatch_gpe()
2197 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/linux-6.15/mm/
H A Dslab_common.c1414 atomic_t work_in_progress; member
1817 atomic_set(&krcp->work_in_progress, 0); in fill_page_cache_func()
1899 !atomic_xchg(&krcp->work_in_progress, 1)) { in run_page_cache_worker()
/linux-6.15/include/linux/
H A Dpm.h682 bool work_in_progress:1; /* Owned by the PM core */ member