summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMarco Crivellari <marco.crivellari@suse.com>2026-07-07 16:53:02 +0200
committerJiri Kosina <jkosina@suse.com>2026-08-03 21:04:10 +0200
commit8bb7c0fdfc70c132431c337ca6b51757ef32dee5 (patch)
tree9602fd4d787c46f06b5f937e49d3c2aa38df3bee /tools/perf/scripts/python/bin
parentd07644524b6511b622ee7b0e2e68c9ee43d522a4 (diff)
HID: hid-oxp: Replace system_wq with system_dfl_wq
The function end up calling __queue_delayed_work(), which set a global timer that could fire anywhere, enqueuing the work where the timer fired. Unbound works could benefit from scheduler task placement, to optimize performance and power consumption. Since the workqueue work doesn't rely on per-cpu variables, there is no obvious reason that justify the use of a per-cpu workqueue. So change the workqueue with the new unbound version, system_dfl_wq. Cc: Derek J. Clark <derekjohn.clark@gmail.com> Signed-off-by: Marco Crivellari <marco.crivellari@suse.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions