diff options
author | Joel Fernandes (Google) <joel@joelfernandes.org> | 2018-05-22 23:38:14 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-12 15:38:57 -0700 |
commit | df2bf8f7f776cef57e6b27690c7b78c86f259515 (patch) | |
tree | a3a13932d5ab59e1617dfdb54f29814e67296784 /tools/perf/scripts/python/syscall-counts.py | |
parent | b73de91d6a4c97ed586b2a5a6ce7c6fe395d9a3b (diff) |
rcu: Use better variable names in funnel locking loop
The funnel locking loop in rcu_start_this_gp uses rcu_root as a
temporary variable while walking the combining tree. This causes a
tiresome exercise of a code reader reminding themselves that rcu_root
may not be root. Lets just call it rnp, and rename other variables as
well to be more appropriate.
Original patch: https://patchwork.kernel.org/patch/10396577/
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
[ paulmck: Fix name in comment as well. ]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions