Searched refs:torture_hrtimeout_ns (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/kernel/ |
D | torture.c | 90 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode, in torture_hrtimeout_ns() function 100 EXPORT_SYMBOL_GPL(torture_hrtimeout_ns); 110 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp); in torture_hrtimeout_us() 127 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp); in torture_hrtimeout_ms() 140 return torture_hrtimeout_ns(baset_ns, jiffies_to_nsecs(1), HRTIMER_MODE_REL, trsp); in torture_hrtimeout_jiffies() 157 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp); in torture_hrtimeout_s() 740 torture_hrtimeout_ns(till_ns, 0, HRTIMER_MODE_ABS, NULL); in stutter_wait()
|
/linux-6.6.21/include/linux/ |
D | torture.h | 84 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
|