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