Lines Matching refs:get_gp_state
365 unsigned long (*get_gp_state)(void); member
547 .get_gp_state = get_state_synchronize_rcu,
731 .get_gp_state = srcu_torture_get_gp_state,
769 .get_gp_state = srcu_torture_get_gp_state,
1240 if (gp_cond1 && cur_ops->get_gp_state && cur_ops->cond_sync) { in rcu_torture_write_types()
1243 } else if (gp_cond && (!cur_ops->get_gp_state || !cur_ops->cond_sync)) { in rcu_torture_write_types()
1252 if (gp_cond_full1 && cur_ops->get_gp_state && cur_ops->cond_sync_full) { in rcu_torture_write_types()
1255 } else if (gp_cond_full && (!cur_ops->get_gp_state || !cur_ops->cond_sync_full)) { in rcu_torture_write_types()
1325 dopoll = cur_ops->get_gp_state && cur_ops->poll_gp_state && !(r & 0x300); in do_rtws_sync()
1330 cookie = cur_ops->get_gp_state(); in do_rtws_sync()
1414 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) { in rcu_torture_writer()
1416 cookie = cur_ops->get_gp_state(); in rcu_torture_writer()
1422 cookie, cur_ops->get_gp_state()); in rcu_torture_writer()
1456 gp_snap = cur_ops->get_gp_state(); in rcu_torture_writer()
1493 gp_snap1 = cur_ops->get_gp_state(); in rcu_torture_writer()
1645 gp_snap = cur_ops->get_gp_state(); in rcu_torture_fakewriter()
1974 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
1975 cookie = cur_ops->get_gp_state(); in rcu_torture_one_read()
2013 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
2019 cookie, cur_ops->get_gp_state()); in rcu_torture_one_read()