Searched refs:torture_random_state (Results 1 – 4 of 4) sorted by relevance
62 struct torture_random_state { struct66 #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } argument68 DEFINE_PER_CPU(struct torture_random_state, name)69 unsigned long torture_random(struct torture_random_state *trsp);
92 void (*write_delay)(struct torture_random_state *trsp);93 void (*task_boost)(struct torture_random_state *trsp);96 void (*read_delay)(struct torture_random_state *trsp);124 static void torture_lock_busted_write_delay(struct torture_random_state *trsp) in torture_lock_busted_write_delay()141 static void torture_boost_dummy(struct torture_random_state *trsp) in torture_boost_dummy()165 static void torture_spin_lock_write_delay(struct torture_random_state *trsp) in torture_spin_lock_write_delay()234 static void torture_rwlock_write_delay(struct torture_random_state *trsp) in torture_rwlock_write_delay()260 static void torture_rwlock_read_delay(struct torture_random_state *trsp) in torture_rwlock_read_delay()340 static void torture_mutex_delay(struct torture_random_state *trsp) in torture_mutex_delay()451 static void torture_rtmutex_boost(struct torture_random_state *trsp) in torture_rtmutex_boost()[all …]
281 void (*read_delay)(struct torture_random_state *rrsp);313 static void rcu_read_delay(struct torture_random_state *rrsp) in rcu_read_delay()534 static void srcu_read_delay(struct torture_random_state *rrsp) in srcu_read_delay()1202 struct torture_random_state *trsp) in rcutorture_one_extend()1259 rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp) in rcutorture_extend_mask()1287 struct torture_random_state *trsp) in rcutorture_loop_extend()1307 static bool rcu_torture_one_read(struct torture_random_state *trsp) in rcu_torture_one_read()
303 torture_random(struct torture_random_state *trsp) in torture_random()