Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/rcu/
Drcutorture.c362 struct rcu_torture_ops { struct
363 int ttype;
364 void (*init)(void);
365 void (*cleanup)(void);
366 int (*readlock)(void);
367 void (*read_delay)(struct torture_random_state *rrsp,
369 void (*readunlock)(int idx);
370 int (*readlock_held)(void); // lockdep.
371 int (*readlock_nesting)(void); // actual nesting, if available, -1 if not.
372 unsigned long (*get_gp_seq)(void);
[all …]