Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
320 struct rcu_torture_ops { struct321 int ttype;322 void (*init)(void);323 void (*cleanup)(void);324 int (*readlock)(void);325 void (*read_delay)(struct torture_random_state *rrsp,327 void (*readunlock)(int idx);328 int (*readlock_held)(void);352 static struct rcu_torture_ops *cur_ops; argument