refperf: Rename refperf.c to refscale.c and change internal names
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 17 Jun 2020 18:53:53 +0000 (11:53 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:46 +0000 (12:00 -0700)
commit1fbeb3a8c4de29433a8d230ee600b13d369b6c0f
treefbb5c266b85441d64efc89a3e32111cc5ca11692
parent8e4ec3d02b549a731c94b4bcddff212bb92cdbaf
refperf: Rename refperf.c to refscale.c and change internal names

This commit further avoids conflation of refperf with the kernel's perf
feature by renaming kernel/rcu/refperf.c to kernel/rcu/refscale.c,
and also by similarly renaming the functions and variables inside
this file.  This has the side effect of changing the names of the
kernel boot parameters, so kernel-parameters.txt and ver_functions.sh
are also updated.

The rcutorture --torture type remains refperf, and this will be
addressed in a separate commit.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/admin-guide/kernel-parameters.txt
kernel/rcu/Makefile
kernel/rcu/refperf.c [deleted file]
kernel/rcu/refscale.c [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/refperf/ver_functions.sh