Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
367 struct rcu_torture_ops { struct368 int ttype;369 void (*init)(void);370 void (*cleanup)(void);371 int (*readlock)(void);372 void (*read_delay)(struct torture_random_state *rrsp,374 void (*readunlock)(int idx);375 int (*readlock_held)(void); // lockdep.376 int (*readlock_nesting)(void); // actual nesting, if available, -1 if not.377 unsigned long (*get_gp_seq)(void);[all …]