commit | 2cd6ffafec066118365f6d7eb7a42ea16c1f032c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 29 17:06:39 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jul 17 14:59:00 2015 -0700 |
tree | 39656499f5a78c4b61528904e3464c2403a0b83b | |
parent | 704dd435ac7eaefa89fcd82fd2876b8330e00ff3 [diff] |
rcu: Extend expedited funnel locking to rcu_data structure The strictly rcu_node based funnel-locking scheme works well in many cases, but systems with CONFIG_RCU_FANOUT_LEAF=64 won't necessarily get all that much concurrency. This commit therefore extends the funnel locking into the per-CPU rcu_data structure, providing concurrency equal to the number of CPUs. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>