Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance
341 struct rcu_torture_ops { struct342 int ttype;343 void (*init)(void);344 void (*cleanup)(void);345 int (*readlock)(void);346 void (*read_delay)(struct torture_random_state *rrsp,348 void (*readunlock)(int idx);349 int (*readlock_held)(void);350 unsigned long (*get_gp_seq)(void);351 unsigned long (*gp_diff)(unsigned long new, unsigned long old);[all …]