Searched refs:torture_random_state (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dtorture.h70 struct torture_random_state { struct
74 #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 }
76 DEFINE_PER_CPU(struct torture_random_state, name)
77 unsigned long torture_random(struct torture_random_state *trsp);
78 static inline void torture_random_init(struct torture_random_state *trsp)
86 struct torture_random_state *trsp);
87 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp);
88 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp);
89 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
90 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trs
[all...]
/linux-master/kernel/locking/
H A Dlocktorture.c140 void (*write_delay)(struct torture_random_state *trsp);
141 void (*task_boost)(struct torture_random_state *trsp);
145 void (*read_delay)(struct torture_random_state *trsp);
174 static void torture_lock_busted_write_delay(struct torture_random_state *trsp)
188 static void __torture_rt_boost(struct torture_random_state *trsp)
220 static void torture_rt_boost(struct torture_random_state *trsp)
248 static void torture_spin_lock_write_delay(struct torture_random_state *trsp)
373 static void torture_rwlock_write_delay(struct torture_random_state *trsp)
399 static void torture_rwlock_read_delay(struct torture_random_state *trsp)
503 static void torture_mutex_delay(struct torture_random_state *trs
[all...]
/linux-master/kernel/
H A Dtorture.c91 struct torture_random_state *trsp)
106 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp)
118 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp)
136 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp)
148 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trsp)
455 torture_random(struct torture_random_state *trsp)
524 static void torture_shuffle_tasks(struct torture_random_state *trp)
H A Dscftorture.c242 static struct scf_selector *scf_sel_rand(struct torture_random_state *trsp)
314 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp)
/linux-master/kernel/rcu/
H A Drcutorture.c347 void (*read_delay)(struct torture_random_state *rrsp,
411 rcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp)
639 srcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp)
1318 static void do_rtws_sync(struct torture_random_state *trsp, void (*sync)(void))
1719 struct torture_random_state *trsp)
1783 struct torture_random_state *trsp,
1882 rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp)
1933 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp,
1958 static bool rcu_torture_one_read(struct torture_random_state *trsp, long myid)
3226 struct torture_random_state *trs
[all...]

Completed in 119 milliseconds