Lines Matching refs:now
580 u64 int_counter, now; in get_int_safe_duration() local
588 now = time_get(); in get_int_safe_duration()
589 duration = (now - *delta_start); in get_int_safe_duration()
1330 u64 now; in timerlat_irq() local
1340 now = ktime_to_ns(hrtimer_cb_get_time(&tlat->timer)); in timerlat_irq()
1389 diff = now - tlat->abs_period; in timerlat_irq()
1421 ktime_t next_abs_period, now; in wait_next_period() local
1424 now = hrtimer_cb_get_time(&tlat->timer); in wait_next_period()
1435 while (ktime_compare(now, next_abs_period) > 0) { in wait_next_period()
1456 u64 now, diff; in timerlat_main() local
1481 now = ktime_to_ns(hrtimer_cb_get_time(&tlat->timer)); in timerlat_main()
1482 diff = now - tlat->abs_period; in timerlat_main()