Searched refs:cur_ops (Results 1 – 2 of 2) sorted by relevance
310 static struct rcu_torture_ops *cur_ops; variable370 cur_ops->deferred_free(rp); in rcu_torture_cb()406 cur_ops->sync(); in rcu_sync_torture_deferred_free()839 cur_ops->fqs(); in rcu_torture_fqs()887 cur_ops->deferred_free(old_rp); in rcu_torture_writer()890 oldbatch = cur_ops->completed(); in rcu_torture_writer()915 cur_ops->sync(); in rcu_torture_fakewriter()941 idx = cur_ops->readlock(); in rcu_torture_timer()942 completed = cur_ops->completed(); in rcu_torture_timer()950 cur_ops->readunlock(idx); in rcu_torture_timer()[all …]
143 57 if (cur_ops->cleanup != NULL)144 58 cur_ops->cleanup();