Searched refs:torture_random_state (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | torture.h | 74 struct torture_random_state { struct 78 #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } argument 80 DEFINE_PER_CPU(struct torture_random_state, name) 81 unsigned long torture_random(struct torture_random_state *trsp); 82 static inline void torture_random_init(struct torture_random_state *trsp) in torture_random_init() 89 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, struct torture_random_state *trsp); 90 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp); 91 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp); 92 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp); 93 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trsp);
|
| /linux/kernel/locking/ |
| A D | locktorture.c | 80 void (*write_delay)(struct torture_random_state *trsp); 81 void (*task_boost)(struct torture_random_state *trsp); 84 void (*read_delay)(struct torture_random_state *trsp); 130 static void torture_boost_dummy(struct torture_random_state *trsp) in torture_boost_dummy() 226 static void torture_rwlock_write_delay(struct torture_random_state *trsp) in torture_rwlock_write_delay() 254 static void torture_rwlock_read_delay(struct torture_random_state *trsp) in torture_rwlock_read_delay() 338 static void torture_mutex_delay(struct torture_random_state *trsp) in torture_mutex_delay() 477 static void torture_rtmutex_boost(struct torture_random_state *trsp) in torture_rtmutex_boost() 508 static void torture_rtmutex_delay(struct torture_random_state *trsp) in torture_rtmutex_delay() 553 static void torture_rwsem_write_delay(struct torture_random_state *trsp) in torture_rwsem_write_delay() [all …]
|
| /linux/kernel/ |
| A D | torture.c | 86 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, struct torture_random_state *trsp) in torture_hrtimeout_ns() 101 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp) in torture_hrtimeout_us() 113 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp) in torture_hrtimeout_ms() 131 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) in torture_hrtimeout_jiffies() 143 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trsp) in torture_hrtimeout_s() 450 torture_random(struct torture_random_state *trsp) in torture_random()
|
| A D | scftorture.c | 245 static struct scf_selector *scf_sel_rand(struct torture_random_state *trsp) in scf_sel_rand() 316 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) in scftorture_invoke_one()
|
| /linux/kernel/rcu/ |
| A D | rcutorture.c | 325 void (*read_delay)(struct torture_random_state *rrsp, 370 rcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp) in rcu_read_delay() 573 srcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp) in srcu_read_delay() 1355 struct torture_random_state *trsp) in rcu_torture_reader_do_mbchk() 1419 struct torture_random_state *trsp, in rcutorture_one_extend() 1500 rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp) in rcutorture_extend_mask() 1543 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp, in rcutorture_loop_extend() 1568 static bool rcu_torture_one_read(struct torture_random_state *trsp, long myid) in rcu_torture_one_read() 2700 struct torture_random_state *trsp = trsp_in; in rcu_torture_read_exit_child()
|
Completed in 18 milliseconds