Lines Matching refs:abs_period
247 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()
1931 diff = now - tlat->abs_period; in timerlat_main()
2530 diff = now - tlat->abs_period; in timerlat_fd_read()
2555 tlat->abs_period = hrtimer_cb_get_time(&tlat->timer); in timerlat_fd_read()
2565 diff = now - tlat->abs_period; in timerlat_fd_read()