diff options
author | 2023-01-12 16:14:29 +0000 | |
---|---|---|
committer | 2023-01-12 06:21:49 -1000 | |
commit | 3f959aa3b33829acfcd460c6c656d54dfebe8d1e (patch) | |
tree | 451ccd584ddc4d53aa43b2f8063298d8057fb74e /scripts/generate_rust_analyzer.py | |
parent | workqueue: Factorize unbind/rebind_workers() logic (diff) | |
download | linux-rng-3f959aa3b33829acfcd460c6c656d54dfebe8d1e.tar.xz linux-rng-3f959aa3b33829acfcd460c6c656d54dfebe8d1e.zip |
workqueue: Convert the idle_timer to a timer + work_struct
A later patch will require a sleepable context in the idle worker timeout
function. Converting worker_pool.idle_timer to a delayed_work gives us just
that, however this would imply turning all idle_timer expiries into
scheduler events (waking up a worker to handle the dwork).
Instead, implement a "custom dwork" where the timer callback does some
extra checks before queuing the associated work.
No change in functionality intended.
Signed-off-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions