Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c397 void (*cond_sync_exp)(unsigned long oldstate); member
620 .cond_sync_exp = cond_synchronize_rcu_expedited,
1471 if (gp_cond_exp1 && cur_ops->get_gp_state_exp && cur_ops->cond_sync_exp) { in rcu_torture_write_types()
1474 } else if (gp_cond_exp && (!cur_ops->get_gp_state_exp || !cur_ops->cond_sync_exp)) { in rcu_torture_write_types()
1726 cur_ops->cond_sync_exp(gp_snap); in rcu_torture_writer()
1919 cur_ops->cond_sync_exp(gp_snap); in rcu_torture_fakewriter()