Searched refs:tomono (Results 1 – 1 of 1) sorted by relevance
1101 struct timespec64 tomono; in ktime_get_ts64() local1111 tomono = tk->wall_to_monotonic; in ktime_get_ts64()1115 ts->tv_sec += tomono.tv_sec; in ktime_get_ts64()1117 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64()