rcutorture: Use hrtimers for reader and writer delays
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 17 Nov 2020 22:12:24 +0000 (14:12 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 01:17:20 +0000 (17:17 -0800)
commit1eba0ef981fd3b5d5e94243aeced8884f43aef50
tree51e2ef97c45714ba11faab6984fc6077efb4a582
parented24affa71f7abf7d81698a99b6c2623491a35b0
rcutorture: Use hrtimers for reader and writer delays

This commit replaces schedule_timeout_uninterruptible() and
schedule_timeout_interruptible() with torture_hrtimeout_us() and
torture_hrtimeout_jiffies() to avoid timer-wheel synchronization.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c