Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
301 struct rcu_torture_ops { struct302 int ttype;303 void (*init)(void);304 void (*cleanup)(void);328 static struct rcu_torture_ops *cur_ops; argument