Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c405 bool (*same_gp_state)(unsigned long oldstate1, unsigned long oldstate2); member
608 .same_gp_state = same_state_synchronize_rcu,
929 .same_gp_state = same_state_synchronize_srcu,
992 .same_gp_state = same_state_synchronize_srcu,
1586 if (gp_poll1 && cur_ops->get_comp_state && cur_ops->same_gp_state && in rcu_torture_write_types()
1858 cur_ops->same_gp_state(ulo[i], gp_snap1)) { in rcu_torture_writer()