Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drcutorture.c390 bool (*same_gp_state)(unsigned long oldstate1, unsigned long oldstate2); member
587 .same_gp_state = same_state_synchronize_rcu,
820 .same_gp_state = same_state_synchronize_srcu,
864 .same_gp_state = same_state_synchronize_srcu,
1381 if (gp_poll1 && cur_ops->get_comp_state && cur_ops->same_gp_state && in rcu_torture_write_types()
1625 cur_ops->same_gp_state(ulo[i], gp_snap1)) { in rcu_torture_writer()