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()
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()
[all …]