mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
doc: Add rcuog kthreads to kernel-per-CPU-kthreads.rst
This commit adds the rcuog kthreads to the list of callback-offloading kthreads that can be affinitied away from worker CPUs. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Reviewed-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com> Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
This commit is contained in:
parent
f30e2582a7
commit
4fa7f729ce
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ To reduce its OS jitter, do at least one of the following:
|
||||||
to do.
|
to do.
|
||||||
|
|
||||||
Name:
|
Name:
|
||||||
rcuop/%d and rcuos/%d
|
rcuop/%d, rcuos/%d, and rcuog/%d
|
||||||
|
|
||||||
Purpose:
|
Purpose:
|
||||||
Offload RCU callbacks from the corresponding CPU.
|
Offload RCU callbacks from the corresponding CPU.
|
||||||
|
|
Loading…
Add table
Reference in a new issue