Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/ |
H A D | torture.c | 137 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) in torture_hrtimeout_jiffies() function 143 EXPORT_SYMBOL_GPL(torture_hrtimeout_jiffies); 359 torture_hrtimeout_jiffies(onoff_holdoff, &rand); in torture_onoff() 364 torture_hrtimeout_jiffies(HZ / 10, &rand); in torture_onoff() 374 torture_hrtimeout_jiffies(onoff_interval, &rand); in torture_onoff() 565 torture_hrtimeout_jiffies(shuffle_interval, &rand); in torture_shuffle() 762 torture_hrtimeout_jiffies(stutter - 1, NULL); in torture_stutter() 765 torture_hrtimeout_jiffies(stutter_gap, NULL); in torture_stutter()
|
/linux/kernel/rcu/ |
H A D | rcutorture.c | 1516 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1524 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1532 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1540 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1560 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1581 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1591 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1600 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1695 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1708 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() [all …]
|
/linux/include/linux/ |
H A D | torture.h | 89 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|