Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_osnoise.c266 u64 abs_period; member
1802 diff = now - tlat->abs_period; in timerlat_irq()
1852 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1857 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1869 && atomic64_cmpxchg_relaxed(&align_next, 0, tlat->abs_period)) { in wait_next_period()
1874 tlat->abs_period = atomic64_add_return_relaxed( in wait_next_period()
1876 next_abs_period = ns_to_ktime(tlat->abs_period); in wait_next_period()
1883 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1884 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1933 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_main()
[all …]