mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
rcutorture: Make "srcud" option also test polled grace-period API
This commit brings the "srcud" (dynamically allocated) SRCU test in line with the "srcu" (statically allocated) test, so that both test the full SRCU polled grace-period API. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
568035b01c
commit
599d97e3f2
1 changed files with 3 additions and 0 deletions
|
@ -709,6 +709,9 @@ static struct rcu_torture_ops srcud_ops = {
|
||||||
.deferred_free = srcu_torture_deferred_free,
|
.deferred_free = srcu_torture_deferred_free,
|
||||||
.sync = srcu_torture_synchronize,
|
.sync = srcu_torture_synchronize,
|
||||||
.exp_sync = srcu_torture_synchronize_expedited,
|
.exp_sync = srcu_torture_synchronize_expedited,
|
||||||
|
.get_gp_state = srcu_torture_get_gp_state,
|
||||||
|
.start_gp_poll = srcu_torture_start_gp_poll,
|
||||||
|
.poll_gp_state = srcu_torture_poll_gp_state,
|
||||||
.call = srcu_torture_call,
|
.call = srcu_torture_call,
|
||||||
.cb_barrier = srcu_torture_barrier,
|
.cb_barrier = srcu_torture_barrier,
|
||||||
.stats = srcu_torture_stats,
|
.stats = srcu_torture_stats,
|
||||||
|
|
Loading…
Reference in a new issue