Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Drcutorture.c254 void (*cond_sync)(unsigned long oldstate); member
383 .cond_sync = cond_synchronize_rcu,
639 .cond_sync = cond_synchronize_sched,
924 if (gp_cond1 && cur_ops->get_state && cur_ops->cond_sync) in rcu_torture_writer()
926 else if (gp_cond && (!cur_ops->get_state || !cur_ops->cond_sync)) in rcu_torture_writer()
990 cur_ops->cond_sync(gp_snap); in rcu_torture_writer()