Lines Matching refs:ktime_to_ns
82 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)), in print_timer()
83 (unsigned long long)ktime_to_ns(hrtimer_get_expires(timer)), in print_timer()
84 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now), in print_timer()
85 (long long)(ktime_to_ns(hrtimer_get_expires(timer)) - now)); in print_timer()
137 (unsigned long long) ktime_to_ns(base->offset)); in print_base()
140 print_active_timers(m, base, now + ktime_to_ns(base->offset)); in print_base()
158 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()
177 (unsigned long long)(ktime_to_ns(ts->x))) in print_cpu()
230 (unsigned long long) ktime_to_ns(dev->next_event)); in print_tickdevice()
315 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show()
355 iter->now = ktime_to_ns(ktime_get()); in timer_list_start()