Searched defs:trsp (Results 1 – 4 of 4) sorted by relevance
/kernel/locking/ |
D | locktorture.c | 113 static void torture_lock_busted_write_delay(struct torture_random_state *trsp) in torture_lock_busted_write_delay() 130 static void torture_boost_dummy(struct torture_random_state *trsp) in torture_boost_dummy() 155 static void torture_spin_lock_write_delay(struct torture_random_state *trsp) in torture_spin_lock_write_delay() 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() 580 static void torture_rwsem_read_delay(struct torture_random_state *trsp) in torture_rwsem_read_delay()
|
/kernel/ |
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()
|
D | scftorture.c | 242 static struct scf_selector *scf_sel_rand(struct torture_random_state *trsp) in scf_sel_rand() 314 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) in scftorture_invoke_one()
|
/kernel/rcu/ |
D | rcutorture.c | 1299 static void do_rtws_sync(struct torture_random_state *trsp, void (*sync)(void)) in do_rtws_sync() 1668 struct torture_random_state *trsp) in rcu_torture_reader_do_mbchk() 1732 struct torture_random_state *trsp, in rcutorture_one_extend() 1831 rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp) in rcutorture_extend_mask() 1882 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp, in rcutorture_loop_extend() 1907 static bool rcu_torture_one_read(struct torture_random_state *trsp, long myid) in rcu_torture_one_read() 3153 struct torture_random_state *trsp = trsp_in; in rcu_torture_read_exit_child() local
|