-
由 Paul E. McKenney 提交于
This commit speeds up the low-contention case, especially for systems with large rcu_node trees, by attempting to directly acquire the ->exp_mutex. This fastpath checks the leaves and root first in order to avoid excessive memory contention on the mutex itself. Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>356051e1