Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c406 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp); member
608 .start_gp_poll_full = start_poll_synchronize_rcu_full,
1509 && cur_ops->start_gp_poll_full && cur_ops->poll_gp_state_full) { in rcu_torture_write_types()
1512 } else if (gp_poll_full && (!cur_ops->start_gp_poll_full || !cur_ops->poll_gp_state_full)) { in rcu_torture_write_types()
1772 cur_ops->start_gp_poll_full(&gp_snap_full); in rcu_torture_writer()
1944 cur_ops->start_gp_poll_full(&gp_snap_full); in rcu_torture_fakewriter()