Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
289 struct rcu_torture_ops { struct290 int ttype;291 void (*init)(void);292 void (*cleanup)(void);316 static struct rcu_torture_ops *cur_ops; argument