-
- Downloads
workqueue: Make default affinity_scope dynamically updatable
While workqueue.default_affinity_scope is writable, it only affects
workqueues which are created afterwards and isn't very useful. Instead,
let's introduce explicit "default" scope and update the effective scope
dynamically when workqueue.default_affinity_scope is changed.
Signed-off-by:
Tejun Heo <tj@kernel.org>
Showing
- Documentation/admin-guide/kernel-parameters.txt 4 additions, 4 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/core-api/workqueue.rst 8 additions, 1 deletionDocumentation/core-api/workqueue.rst
- include/linux/workqueue.h 1 addition, 2 deletionsinclude/linux/workqueue.h
- kernel/workqueue.c 39 additions, 6 deletionskernel/workqueue.c
Loading
Please register or sign in to comment