Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcutorture.c371 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()
1124 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1417 WARN_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()
[all …]