Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_osnoise.c1837 ktime_t next_abs_period, now; in wait_next_period() local
1841 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1846 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1865 next_abs_period = ns_to_ktime(tlat->abs_period); in wait_next_period()
1871 while (ktime_compare(now, next_abs_period) > 0) { in wait_next_period()
1872 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1873 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1878 hrtimer_start(&tlat->timer, next_abs_period, HRTIMER_MODE_ABS_PINNED_HARD); in wait_next_period()