summaryrefslogtreecommitdiff
path: root/ipc/namespace.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2022-11-14 20:40:19 +0300
committerPaul E. McKenney <paulmck@kernel.org>2023-01-04 04:28:34 +0300
commit253cbbff621407a6265ce7a6a03c3766f8846f02 (patch)
treeba1996973ed6050657c93774b422ad544bf6d95d /ipc/namespace.c
parent5a04848d005e051b8c063206b1a03363aca8ade4 (diff)
downloadlinux-253cbbff621407a6265ce7a6a03c3766f8846f02.tar.xz
rcu: Throttle callback invocation based on number of ready callbacks
Currently, rcu_do_batch() sizes its batches based on the total number of callbacks in the callback list. This can result in some strange choices, for example, if there was 12,800 callbacks in the list, but only 200 were ready to invoke, RCU would invoke 100 at a time (12,800 shifted down by seven bits). A more measured approach would use the number that were actually ready to invoke, an approach that has become feasible only recently given the per-segment ->seglen counts in ->cblist. This commit therefore bases the batch limit on the number of callbacks ready to invoke instead of on the total number of callbacks. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'ipc/namespace.c')
0 files changed, 0 insertions, 0 deletions