Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c366 bool (*poll_gp_state)(unsigned long oldstate); member
544 .poll_gp_state = poll_state_synchronize_rcu,
717 .poll_gp_state = srcu_torture_poll_gp_state,
755 .poll_gp_state = srcu_torture_poll_gp_state,
1030 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost_failed()
1047 gp_done = cur_ops->poll_gp_state(gp_state); in rcu_torture_boost_failed()
1095 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1098 if (!gp_initiated || cur_ops->poll_gp_state(gp_state)) { in rcu_torture_boost()
1108 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1116 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
[all …]