Home
last modified time | relevance | path

Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/kernel/rcu/
Drcutorture.c301 struct rcu_torture_ops { struct
302 int ttype;
303 void (*init)(void);
304 void (*cleanup)(void);
328 static struct rcu_torture_ops *cur_ops; argument