Searched refs:torture_hrtimeout_ns (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| A D | torture.c | 91 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode, in torture_hrtimeout_ns() function 101 EXPORT_SYMBOL_GPL(torture_hrtimeout_ns); 111 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp); in torture_hrtimeout_us() 128 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp); in torture_hrtimeout_ms() 141 return torture_hrtimeout_ns(baset_ns, jiffies_to_nsecs(1), HRTIMER_MODE_REL, trsp); in torture_hrtimeout_jiffies() 158 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/include/linux/ |
| A D | torture.h | 85 int torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode,
|
Completed in 5 milliseconds