Home
last modified time | relevance | path

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

/linux-6.8/kernel/rcu/
Drcutorture.c342 struct rcu_torture_ops { struct
343 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 …]