diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-11-29 22:46:33 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-12-09 21:52:11 +0300 |
commit | 2cee0789b458afa384c422b5969c1a338891fd33 (patch) | |
tree | dea77aeb194de1e612e71dd7e64ab7218abbeca7 /Documentation/admin-guide | |
parent | ab97152f88a4d580b89f0b7cc3028ffac438216f (diff) | |
download | linux-2cee0789b458afa384c422b5969c1a338891fd33.tar.xz |
rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueing
Decreasing the number of callback queues is a bit tricky because it
is necessary to handle callbacks that were queued before the number of
queues decreased, but which were not ready to invoke until afterwards.
This commit takes a first step in this direction by maintaining a separate
->percpu_dequeue_lim to control callback dequeueing, in addition to the
existing ->percpu_enqueue_lim which now controls only enqueueing.
Reported-by: Martin Lau <kafai@fb.com>
Cc: Neeraj Upadhyay <neeraj.iitr10@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
0 files changed, 0 insertions, 0 deletions