rcu/rcuscale: Use call_rcu_hurry() for async reader test
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Sun, 16 Oct 2022 16:23:00 +0000 (16:23 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 29 Nov 2022 22:04:33 +0000 (14:04 -0800)
commit723df859d8bba948ff2eb08eba32ab433acf7c9c
tree372f94e82b829d68e8ff6a2820fa7f0e0a92c5db
parent7651d6b25086656eacfdd8356bfe3a21c0c2d79d
rcu/rcuscale: Use call_rcu_hurry() for async reader test

rcuscale uses call_rcu() to queue async readers. With recent changes to
save power, the test will have fewer async readers in flight. Use the
call_rcu_hurry() API instead to revert to the old behavior.

[ paulmck: Apply s/call_rcu_flush/call_rcu_hurry/ feedback from Tejun Heo. ]

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcuscale.c