Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcutorture.c334 unsigned long (*get_gp_state)(void); member
498 .get_gp_state = get_state_synchronize_rcu,
663 .get_gp_state = srcu_torture_get_gp_state,
1106 if (gp_cond1 && cur_ops->get_gp_state && cur_ops->cond_sync) { in rcu_torture_write_types()
1109 } else if (gp_cond && (!cur_ops->get_gp_state || !cur_ops->cond_sync)) { in rcu_torture_write_types()
1197 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) { in rcu_torture_writer()
1199 cookie = cur_ops->get_gp_state(); in rcu_torture_writer()
1206 cookie, cur_ops->get_gp_state()); in rcu_torture_writer()
1221 gp_snap = cur_ops->get_gp_state(); in rcu_torture_writer()
1322 gp_snap = cur_ops->get_gp_state(); in rcu_torture_fakewriter()
[all …]