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.c245 u64 abs_period; member
1775 diff = now - tlat->abs_period; in timerlat_irq()
1825 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1830 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1836 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1837 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1886 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_main()
1895 diff = now - tlat->abs_period; in timerlat_main()
2494 diff = now - tlat->abs_period; in timerlat_fd_read()
2519 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_fd_read()
[all …]