Lines Matching refs:get_gp_state
360 unsigned long (*get_gp_state)(void); member
538 .get_gp_state = get_state_synchronize_rcu,
715 .get_gp_state = srcu_torture_get_gp_state,
753 .get_gp_state = srcu_torture_get_gp_state,
1224 if (gp_cond1 && cur_ops->get_gp_state && cur_ops->cond_sync) { in rcu_torture_write_types()
1227 } else if (gp_cond && (!cur_ops->get_gp_state || !cur_ops->cond_sync)) { in rcu_torture_write_types()
1236 if (gp_cond_full1 && cur_ops->get_gp_state && cur_ops->cond_sync_full) { in rcu_torture_write_types()
1239 } else if (gp_cond_full && (!cur_ops->get_gp_state || !cur_ops->cond_sync_full)) { in rcu_torture_write_types()
1307 dopoll = cur_ops->get_gp_state && cur_ops->poll_gp_state && !(r & 0x300); in do_rtws_sync()
1312 cookie = cur_ops->get_gp_state(); in do_rtws_sync()
1392 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) { in rcu_torture_writer()
1394 cookie = cur_ops->get_gp_state(); in rcu_torture_writer()
1400 cookie, cur_ops->get_gp_state()); in rcu_torture_writer()
1434 gp_snap = cur_ops->get_gp_state(); in rcu_torture_writer()
1599 gp_snap = cur_ops->get_gp_state(); in rcu_torture_fakewriter()
1928 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
1929 cookie = cur_ops->get_gp_state(); in rcu_torture_one_read()
1967 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
1973 cookie, cur_ops->get_gp_state()); in rcu_torture_one_read()