torture_random_state   54 include/linux/torture.h #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 }
torture_random_state   56 include/linux/torture.h 	DEFINE_PER_CPU(struct torture_random_state, name)
torture_random_state   57 include/linux/torture.h unsigned long torture_random(struct torture_random_state *trsp);
torture_random_state   79 kernel/locking/locktorture.c 	void (*write_delay)(struct torture_random_state *trsp);
torture_random_state   80 kernel/locking/locktorture.c 	void (*task_boost)(struct torture_random_state *trsp);
torture_random_state   83 kernel/locking/locktorture.c 	void (*read_delay)(struct torture_random_state *trsp);
torture_random_state  111 kernel/locking/locktorture.c static void torture_lock_busted_write_delay(struct torture_random_state *trsp)
torture_random_state  128 kernel/locking/locktorture.c static void torture_boost_dummy(struct torture_random_state *trsp)
torture_random_state  152 kernel/locking/locktorture.c static void torture_spin_lock_write_delay(struct torture_random_state *trsp)
torture_random_state  221 kernel/locking/locktorture.c static void torture_rwlock_write_delay(struct torture_random_state *trsp)
torture_random_state  247 kernel/locking/locktorture.c static void torture_rwlock_read_delay(struct torture_random_state *trsp)
torture_random_state  327 kernel/locking/locktorture.c static void torture_mutex_delay(struct torture_random_state *trsp)
torture_random_state  438 kernel/locking/locktorture.c static void torture_rtmutex_boost(struct torture_random_state *trsp)
torture_random_state  475 kernel/locking/locktorture.c static void torture_rtmutex_delay(struct torture_random_state *trsp)
torture_random_state  518 kernel/locking/locktorture.c static void torture_rwsem_write_delay(struct torture_random_state *trsp)
torture_random_state  543 kernel/locking/locktorture.c static void torture_rwsem_read_delay(struct torture_random_state *trsp)
torture_random_state  294 kernel/rcu/rcutorture.c 	void (*read_delay)(struct torture_random_state *rrsp,
torture_random_state  329 kernel/rcu/rcutorture.c rcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp)
torture_random_state  520 kernel/rcu/rcutorture.c srcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp)
torture_random_state 1143 kernel/rcu/rcutorture.c 				  struct torture_random_state *trsp,
torture_random_state 1210 kernel/rcu/rcutorture.c rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp)
torture_random_state 1235 kernel/rcu/rcutorture.c rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp,
torture_random_state 1260 kernel/rcu/rcutorture.c static bool rcu_torture_one_read(struct torture_random_state *trsp)
torture_random_state  306 kernel/torture.c torture_random(struct torture_random_state *trsp)