Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/kernel/ |
D | torture.c | 131 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) in torture_hrtimeout_jiffies() function 137 EXPORT_SYMBOL_GPL(torture_hrtimeout_jiffies); 768 torture_hrtimeout_jiffies(wtime, &rand); in torture_stutter() 772 torture_hrtimeout_jiffies(wtime, NULL); in torture_stutter() 776 torture_hrtimeout_jiffies(stutter_gap, NULL); in torture_stutter()
|
/Linux-v5.15/include/linux/ |
D | torture.h | 84 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|
/Linux-v5.15/kernel/rcu/ |
D | rcutorture.c | 1222 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1232 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1310 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1323 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() 1329 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_fakewriter()
|