Home
last modified time | relevance | path

Searched refs:torture_hrtimeout_ms (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dtorture.h88 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp);
/linux-6.15/kernel/
H A Dtorture.c119 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp) in torture_hrtimeout_ms() function
130 EXPORT_SYMBOL_GPL(torture_hrtimeout_ms);
/linux-6.15/kernel/rcu/
H A Drcutorture.c3588 torture_hrtimeout_ms(preempt_interval, 100, &rand); in rcu_torture_preempt()