Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcutorture.c320 struct rcu_torture_ops { struct
321 int ttype;
322 void (*init)(void);
323 void (*cleanup)(void);
324 int (*readlock)(void);
325 void (*read_delay)(struct torture_random_state *rrsp,
327 void (*readunlock)(int idx);
328 int (*readlock_held)(void);
352 static struct rcu_torture_ops *cur_ops; argument