Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcutorture.c370 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp); member
552 .start_gp_poll_full = start_poll_synchronize_rcu_full,
1285 && cur_ops->start_gp_poll_full && cur_ops->poll_gp_state_full) { in rcu_torture_write_types()
1288 } else if (gp_poll_full && (!cur_ops->start_gp_poll_full || !cur_ops->poll_gp_state_full)) { in rcu_torture_write_types()
1510 cur_ops->start_gp_poll_full(&gp_snap_full); in rcu_torture_writer()
1672 cur_ops->start_gp_poll_full(&gp_snap_full); in rcu_torture_fakewriter()