Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/kernel/rcu/ |
D | rcutorture.c | 1435 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1443 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1451 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1459 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1469 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1478 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1487 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1496 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1587 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1600 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() [all …]
|
/linux-6.1.9/include/linux/ |
D | torture.h | 87 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|