Lines Matching refs:poll_gp_state
371 bool (*poll_gp_state)(unsigned long oldstate); member
553 .poll_gp_state = poll_state_synchronize_rcu,
733 .poll_gp_state = srcu_torture_poll_gp_state,
771 .poll_gp_state = srcu_torture_poll_gp_state,
1046 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost_failed()
1063 gp_done = cur_ops->poll_gp_state(gp_state); in rcu_torture_boost_failed()
1111 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1114 if (!gp_initiated || cur_ops->poll_gp_state(gp_state)) { in rcu_torture_boost()
1124 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1132 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1278 cur_ops->start_gp_poll && cur_ops->poll_gp_state) { in rcu_torture_write_types()
1281 } else if (gp_poll && (!cur_ops->start_gp_poll || !cur_ops->poll_gp_state)) { in rcu_torture_write_types()
1325 dopoll = cur_ops->get_gp_state && cur_ops->poll_gp_state && !(r & 0x300); in do_rtws_sync()
1336 WARN_ONCE(dopoll && !cur_ops->poll_gp_state(cookie), in do_rtws_sync()
1414 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) { in rcu_torture_writer()
1417 WARN_ONCE(cur_ops->poll_gp_state(cookie), in rcu_torture_writer()
1425 WARN_ON_ONCE(!cur_ops->poll_gp_state(cookie)); in rcu_torture_writer()
1492 while (!cur_ops->poll_gp_state(gp_snap)) { in rcu_torture_writer()
1495 if (cur_ops->poll_gp_state(ulo[i]) || in rcu_torture_writer()
1666 while (!cur_ops->poll_gp_state(gp_snap)) { in rcu_torture_fakewriter()
1974 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
2013 if (cur_ops->get_gp_state && cur_ops->poll_gp_state) in rcu_torture_one_read()
2014 WARN_ONCE(cur_ops->poll_gp_state(cookie), in rcu_torture_one_read()
3172 if (!cur_ops->start_gp_poll || !cur_ops->poll_gp_state) in rcu_torture_can_boost()