Lines Matching refs:poll_gp_state
336 bool (*poll_gp_state)(unsigned long oldstate); member
500 .poll_gp_state = poll_state_synchronize_rcu,
665 .poll_gp_state = srcu_torture_poll_gp_state,
935 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost_failed()
952 gp_done = cur_ops->poll_gp_state(gp_state); in rcu_torture_boost_failed()
1000 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1003 if (!gp_initiated || cur_ops->poll_gp_state(gp_state)) { in rcu_torture_boost()
1013 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1021 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1124 if (gp_poll1 && cur_ops->start_gp_poll && cur_ops->poll_gp_state) { in rcu_torture_write_types()
1127 } else if (gp_poll && (!cur_ops->start_gp_poll || !cur_ops->poll_gp_state)) { in rcu_torture_write_types()
1197 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) { in rcu_torture_writer()
1201 cur_ops->poll_gp_state(cookie), in rcu_torture_writer()
1231 while (!cur_ops->poll_gp_state(gp_snap)) in rcu_torture_writer()
1328 while (!cur_ops->poll_gp_state(gp_snap)) { in rcu_torture_fakewriter()
1562 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
1597 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
1598 WARN_ONCE(cur_ops->poll_gp_state(cookie), in rcu_torture_one_read()
2650 if (!cur_ops->start_gp_poll || !cur_ops->poll_gp_state) in rcu_torture_can_boost()