Searched refs:mono_time (Results 1 – 1 of 1) sorted by relevance
112 struct timespec mono_time, real_time; in fill_time_offset() local114 clock_gettime(CLOCK_MONOTONIC_RAW, &mono_time); in fill_time_offset()116 *sec_offset = real_time.tv_sec - mono_time.tv_sec; in fill_time_offset()117 *nsec_offset = real_time.tv_nsec - mono_time.tv_nsec; in fill_time_offset()