diff options
author | Valentin Schneider <vschneid@redhat.com> | 2023-01-12 19:14:29 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-01-12 19:21:49 +0300 |
commit | 3f959aa3b33829acfcd460c6c656d54dfebe8d1e (patch) | |
tree | 451ccd584ddc4d53aa43b2f8063298d8057fb74e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 793777bc193b658f01924fd09b388eead26d741f (diff) | |
download | linux-3f959aa3b33829acfcd460c6c656d54dfebe8d1e.tar.xz |
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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions