Searched refs:torture_hrtimeout_jiffies (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/kernel/ |
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.12.1/kernel/rcu/ |
D | rcutorture.c | 1487 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1495 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1503 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1511 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_writer() 1531 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1552 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1562 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1571 torture_hrtimeout_jiffies(torture_random(&rand) % 16, in rcu_torture_writer() 1666 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand); in rcu_torture_fakewriter() 1679 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand); in rcu_torture_fakewriter() [all …]
|
/linux-6.12.1/include/linux/ |
D | torture.h | 89 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
|