Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c340 struct rcu_torture_ops { struct
341 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 …]