Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/rcu/ !
Drcutorture.c358 bool (*poll_gp_state_exp)(unsigned long oldstate); member
561 .poll_gp_state_exp = poll_state_synchronize_rcu,
1291 if (gp_poll_exp1 && cur_ops->start_gp_poll_exp && cur_ops->poll_gp_state_exp) { in rcu_torture_write_types()
1294 } else if (gp_poll_exp && (!cur_ops->start_gp_poll_exp || !cur_ops->poll_gp_state_exp)) { in rcu_torture_write_types()
1531 while (!cur_ops->poll_gp_state_exp(gp_snap)) in rcu_torture_writer()
1680 while (!cur_ops->poll_gp_state_exp(gp_snap)) { in rcu_torture_fakewriter()