Lines Matching refs:ktime_to_ns
53 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)), in print_timer()
54 (unsigned long long)ktime_to_ns(hrtimer_get_expires(timer)), in print_timer()
55 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now), in print_timer()
56 (long long)(ktime_to_ns(hrtimer_get_expires(timer)) - now)); in print_timer()
109 (unsigned long long) ktime_to_ns(base->offset)); in print_base()
112 print_active_timers(m, base, now + ktime_to_ns(base->offset)); in print_base()
130 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()
149 (unsigned long long)(ktime_to_ns(ts->x))) in print_cpu()
204 (unsigned long long) ktime_to_ns(dev->next_event)); in print_tickdevice()
267 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show()
325 iter->now = ktime_to_ns(ktime_get()); in timer_list_start()