commit | 8dd10bebdfcd3604623698da492d6a2e103b1395 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Jul 11 16:24:45 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 15 14:46:35 2015 -0700 |
tree | 3a4e912e5c319329bc2a1e68b99ee041f0777150 | |
parent | cc662a8d2a0ab321cc97aa1b0d6447af8c51c79d [diff] |
rcu: Add fastpath bypassing funnel locking In the common case, there will be only one expedited grace period in the system at a given time, in which case it is not helpful to use funnel locking. This commit therefore adds a fastpath that bypasses funnel locking when the root ->exp_funnel_mutex is not held. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>