Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_osnoise.c239 u64 abs_period; member
1786 diff = now - tlat->abs_period; in timerlat_irq()
1836 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1841 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1847 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1848 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1898 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_main()
1907 diff = now - tlat->abs_period; in timerlat_main()
2508 diff = now - tlat->abs_period; in timerlat_fd_read()
2533 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_fd_read()
[all …]