Home
last modified time | relevance | path

Searched refs:start_gp_poll_exp_full (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/kernel/rcu/
Drcutorture.c356 void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp); member
551 .start_gp_poll_exp_full = start_poll_synchronize_rcu_expedited_full,
1279 if (gp_poll_exp_full1 && cur_ops->start_gp_poll_exp_full && cur_ops->poll_gp_state_full) { in rcu_torture_write_types()
1283 (!cur_ops->start_gp_poll_exp_full || !cur_ops->poll_gp_state_full)) { in rcu_torture_write_types()
1493 cur_ops->start_gp_poll_exp_full(&gp_snap_full); in rcu_torture_writer()
1640 cur_ops->start_gp_poll_exp_full(&gp_snap_full); in rcu_torture_fakewriter()