Lines Matching refs:ktime_to_ns
77 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)), in print_timer()
78 (unsigned long long)ktime_to_ns(hrtimer_get_expires(timer)), in print_timer()
79 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now), in print_timer()
80 (long long)(ktime_to_ns(hrtimer_get_expires(timer)) - now)); in print_timer()
126 (unsigned long long)ktime_to_ns(base->resolution)); in print_base()
132 (unsigned long long) ktime_to_ns(base->offset)); in print_base()
153 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()
172 (unsigned long long)(ktime_to_ns(ts->x))) in print_cpu()
225 (unsigned long long) ktime_to_ns(dev->next_event)); in print_tickdevice()
310 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show()
350 iter->now = ktime_to_ns(ktime_get()); in timer_list_start()