Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c407 bool (*poll_gp_state)(unsigned long oldstate); member
609 .poll_gp_state = poll_state_synchronize_rcu,
913 .poll_gp_state = srcu_torture_poll_gp_state,
976 .poll_gp_state = srcu_torture_poll_gp_state,
1253 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost_failed()
1275 gp_done = cur_ops->poll_gp_state(gp_state); in rcu_torture_boost_failed()
1334 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1337 if (!gp_initiated || cur_ops->poll_gp_state(gp_state)) { in rcu_torture_boost()
1347 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
1355 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost()
[all …]