refperf: Make functions static
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 26 May 2020 16:32:57 +0000 (09:32 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:45 +0000 (12:00 -0700)
commit2990750bceb05c3cdeae3a6d2683cbc4ae4de15e
tree23179343068a81d5f0f316bb17c6d4c054c4c508
parent2e90de76f226f11fe26c871aa321be28152f565a
refperf: Make functions static

Because the reset_readers() and process_durations() functions are used
only within kernel/rcu/refperf.c, this commit makes them static.

Reported-by: kbuild test robot <lkp@intel.com>
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/refperf.c