Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c370 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp); member
548 .cond_sync_full = cond_synchronize_rcu_full,
1236 if (gp_cond_full1 && cur_ops->get_gp_state && cur_ops->cond_sync_full) { in rcu_torture_write_types()
1239 } else if (gp_cond_full && (!cur_ops->get_gp_state || !cur_ops->cond_sync_full)) { in rcu_torture_write_types()
1453 cur_ops->cond_sync_full(&gp_snap_full); in rcu_torture_writer()
1611 cur_ops->cond_sync_full(&gp_snap_full); in rcu_torture_fakewriter()