Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drcutorture.c310 static struct rcu_torture_ops *cur_ops; variable
370 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 …]
/linux-2.6.39/Documentation/RCU/
Drcubarrier.txt143 57 if (cur_ops->cleanup != NULL)
144 58 cur_ops->cleanup();