Lines Matching refs:abs_period
244 u64 abs_period; member
1774 diff = now - tlat->abs_period; in timerlat_irq()
1824 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1829 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1835 next_abs_period = ns_to_ktime(tlat->abs_period + rel_period); in wait_next_period()
1836 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1885 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_main()
1894 diff = now - tlat->abs_period; in timerlat_main()
2492 diff = now - tlat->abs_period; in timerlat_fd_read()
2517 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_fd_read()
2527 diff = now - tlat->abs_period; in timerlat_fd_read()