Lines Matching refs:abs_period
239 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()
2505 diff = now - tlat->abs_period; in timerlat_fd_read()
2533 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_fd_read()
2543 diff = now - tlat->abs_period; in timerlat_fd_read()