Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/kernel/ |
D | torture.c | 136 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) in torture_hrtimeout_jiffies() function 142 EXPORT_SYMBOL_GPL(torture_hrtimeout_jiffies); 358 torture_hrtimeout_jiffies(onoff_holdoff, &rand); in torture_onoff() 363 torture_hrtimeout_jiffies(HZ / 10, &rand); in torture_onoff() 373 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-6.6.21/kernel/rcu/ |
D | rcutorture.c | 1457 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1465 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1473 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1481 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1501 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1522 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1532 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1541 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1633 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1646 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() [all …]
|
/linux-6.6.21/include/linux/ |
D | torture.h | 88 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|