Home
last modified time | relevance | path

Searched defs:rcu_torture_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/kernel/rcu/
Drcutorture.c341 struct rcu_torture_ops { struct
342 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 …]