Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/include/linux/ |
| H A D | torture.h | 89 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|
| /linux-6.15/kernel/rcu/ |
| H A D | rcutorture.c | 1765 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1778 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() 1783 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() 1788 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() 1793 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() 1803 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_fakewriter() 1814 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_fakewriter() 1821 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_fakewriter() 1828 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_fakewriter()
|