summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorPaul E. McKenney <paul.mckenney@linaro.org>2012-05-29 14:56:46 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-07-02 12:33:23 -0700
commitcf3a9c4842b1e097dbe0854933c471d43dd24f69 (patch)
tree5b2737cade79c491ba46cd642c01cc165118d723 /usr
parentcfed0a85dad921c683e9c0d25b072bcc5745ede0 (diff)
downloadlinux-3.10-cf3a9c4842b1e097dbe0854933c471d43dd24f69.tar.gz
linux-3.10-cf3a9c4842b1e097dbe0854933c471d43dd24f69.tar.bz2
linux-3.10-cf3a9c4842b1e097dbe0854933c471d43dd24f69.zip
rcu: Increase rcu_barrier() concurrency
The traditional rcu_barrier() implementation has serialized all requests, regardless of RCU flavor, and also does not coalesce concurrent requests. In the past, this has been good and sufficient. However, systems are getting larger and use of rcu_barrier() has been increasing. This commit therefore introduces a counter-based scheme that allows _rcu_barrier() calls for the same flavor of RCU to take advantage of each others' work. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions