Lines Matching refs:sync
312 void (*sync)(void); member
461 .sync = synchronize_rcu,
509 .sync = synchronize_rcu_busted,
600 .sync = srcu_torture_synchronize,
632 .sync = srcu_torture_synchronize,
651 .sync = srcu_torture_synchronize,
692 .sync = synchronize_rcu_tasks,
736 .sync = synchronize_rcu_trivial,
761 .sync = synchronize_rcu_tasks_rude,
799 .sync = synchronize_rcu_tasks_trace,
1059 if (gp_sync1 && cur_ops->sync) { in rcu_torture_writer()
1062 } else if (gp_sync && !cur_ops->sync) { in rcu_torture_writer()
1121 cur_ops->sync(); in rcu_torture_writer()
1194 if (cur_ops->sync && torture_random(&rand) & 0x80) in rcu_torture_fakewriter()
1195 cur_ops->sync(); in rcu_torture_fakewriter()
1198 } else if (gp_normal && cur_ops->sync) { in rcu_torture_fakewriter()
1199 cur_ops->sync(); in rcu_torture_fakewriter()
1940 if (cur_ops->call && cur_ops->sync && cur_ops->cb_barrier) { in rcu_torture_fwd_prog_nr()
1947 cur_ops->sync(); /* Later readers see above write. */ in rcu_torture_fwd_prog_nr()
1980 cur_ops->sync(); /* Wait for running CB to complete. */ in rcu_torture_fwd_prog_nr()
2016 cur_ops->sync(); /* Later readers see above write. */ in rcu_torture_fwd_prog_cr()
2640 if (cur_ops->sync && !(++n & 0xfff)) in rcutorture_sync()
2641 cur_ops->sync(); in rcutorture_sync()