torture: Make stutter use torture_hrtimeout_*() functions
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 17 Nov 2020 20:17:42 +0000 (12:17 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 01:17:20 +0000 (17:17 -0800)
commited24affa71f7abf7d81698a99b6c2623491a35b0
treeef14a7f73aef868067433cc551736b358766632e
parentea31fd9ca87399ac4e03cd6c215451fa7dc366e4
torture: Make stutter use torture_hrtimeout_*() functions

This commit saves a few lines of code by making the stutter_wait()
and torture_stutter() functions use torture_hrtimeout_jiffies() and
torture_hrtimeout_us().

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