Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/kernel/ |
| D | torture.c | 135 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) in torture_hrtimeout_jiffies() function 141 EXPORT_SYMBOL_GPL(torture_hrtimeout_jiffies); 357 torture_hrtimeout_jiffies(onoff_holdoff, &rand); in torture_onoff() 362 torture_hrtimeout_jiffies(HZ / 10, &rand); in torture_onoff() 372 torture_hrtimeout_jiffies(onoff_interval, &rand); in torture_onoff() 564 torture_hrtimeout_jiffies(shuffle_interval, &rand); in torture_shuffle() 745 torture_hrtimeout_jiffies(1, NULL); in stutter_wait() 753 torture_hrtimeout_jiffies(round_jiffies_relative(HZ), NULL); in stutter_wait() 777 torture_hrtimeout_jiffies(wtime, &rand); in torture_stutter() 781 torture_hrtimeout_jiffies(wtime, NULL); in torture_stutter() [all …]
|
| /Linux-v6.6/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-v6.6/include/linux/ |
| D | torture.h | 87 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|