Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c358 void (*cond_sync_exp)(unsigned long oldstate); member
553 .cond_sync_exp = cond_synchronize_rcu_expedited,
1230 if (gp_cond_exp1 && cur_ops->get_gp_state_exp && cur_ops->cond_sync_exp) { in rcu_torture_write_types()
1233 } else if (gp_cond_exp && (!cur_ops->get_gp_state_exp || !cur_ops->cond_sync_exp)) { in rcu_torture_write_types()
1445 cur_ops->cond_sync_exp(gp_snap); in rcu_torture_writer()
1606 cur_ops->cond_sync_exp(gp_snap); in rcu_torture_fakewriter()