Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
375 struct rcu_torture_ops { struct376 int ttype;377 void (*init)(void);378 void (*cleanup)(void);379 int (*readlock)(void);380 void (*read_delay)(struct torture_random_state *rrsp,382 void (*readunlock)(int idx);383 int (*readlock_held)(void); // lockdep.384 int (*readlock_nesting)(void); // actual nesting, if available, -1 if not.385 int (*down_read)(void);[all …]