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