Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c36 bool work_in_progress; member
140 if (!sg_policy->work_in_progress) { in sugov_deferred_update()
141 sg_policy->work_in_progress = true; in sugov_deferred_update()
564 sg_policy->work_in_progress = false; in sugov_work()
856 sg_policy->work_in_progress = false; in sugov_start()
/linux/drivers/cpufreq/
H A Dcpufreq_governor.h100 bool work_in_progress; /* Work is being queued up or in progress */ member
/linux/mm/
H A Dslab_common.c1472 atomic_t work_in_progress; member
1902 atomic_set(&krcp->work_in_progress, 0); in fill_page_cache_func()
1984 !atomic_xchg(&krcp->work_in_progress, 1)) { in run_page_cache_worker()