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.c247 u64 abs_period; member
1791 diff = now - tlat->abs_period; in timerlat_irq()
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()
1858 && atomic64_cmpxchg_relaxed(&align_next, 0, tlat->abs_period)) { in wait_next_period()
1863 tlat->abs_period = atomic64_add_return_relaxed( in wait_next_period()
1865 next_abs_period = ns_to_ktime(tlat->abs_period); 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()
1922 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_main()
[all …]