Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/kernel/rcu/
Drcutorture.c301 struct rcu_torture_ops { struct
302 int ttype;
303 void (*init)(void);
304 void (*cleanup)(void);
328 static struct rcu_torture_ops *cur_ops; argument