Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcutorture.c356 unsigned long (*start_gp_poll_exp)(void); member
559 .start_gp_poll_exp = start_poll_synchronize_rcu_expedited,
1291 if (gp_poll_exp1 && cur_ops->start_gp_poll_exp && cur_ops->poll_gp_state_exp) { in rcu_torture_write_types()
1294 } else if (gp_poll_exp && (!cur_ops->start_gp_poll_exp || !cur_ops->poll_gp_state_exp)) { in rcu_torture_write_types()
1529 gp_snap = cur_ops->start_gp_poll_exp(); in rcu_torture_writer()
1679 gp_snap = cur_ops->start_gp_poll_exp(); in rcu_torture_fakewriter()