commit | 723df859d8bba948ff2eb08eba32ab433acf7c9c | [log] [tgz] |
---|---|---|
author | Joel Fernandes (Google) <joel@joelfernandes.org> | Sun Oct 16 16:23:00 2022 +0000 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 29 14:04:33 2022 -0800 |
tree | 372f94e82b829d68e8ff6a2820fa7f0e0a92c5db | |
parent | 7651d6b25086656eacfdd8356bfe3a21c0c2d79d [diff] |
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>