Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcutorture.c336 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()
[all …]