Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drcutorture.c387 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp); member
607 .cond_sync_exp_full = cond_synchronize_rcu_expedited_full,
1362 if (gp_cond_exp_full1 && cur_ops->get_gp_state_exp && cur_ops->cond_sync_exp_full) { in rcu_torture_write_types()
1366 (!cur_ops->get_gp_state_exp || !cur_ops->cond_sync_exp_full)) { in rcu_torture_write_types()
1612 cur_ops->cond_sync_exp_full(&gp_snap_full); in rcu_torture_writer()
1794 cur_ops->cond_sync_exp_full(&gp_snap_full); in rcu_torture_fakewriter()