aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_trace.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-07-30 17:19:25 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-09-23 07:41:56 -0700
commit1943c89de700248d68385300a9b5588a1e314f90 (patch)
tree4b94666097ec98ebb5524799203d215c4c575148 /kernel/rcutree_trace.c
parentrcu: Eliminate signed overflow in synchronize_rcu_expedited() (diff)
downloadlinux-dev-1943c89de700248d68385300a9b5588a1e314f90.tar.xz
linux-dev-1943c89de700248d68385300a9b5588a1e314f90.zip
rcu: Reduce synchronize_rcu_expedited() latency
The synchronize_rcu_expedited() function disables interrupts across a scan of all leaf rcu_node structures, which is not good for real-time scheduling latency on large systems (hundreds or especially thousands of CPUs). This commit therefore holds off CPU-hotplug operations using get_online_cpus(), and removes the prior acquisiion of the ->onofflock (which required disabling interrupts). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/rcutree_trace.c')
0 files changed, 0 insertions, 0 deletions