Lines Matching refs:timespec
44 unsigned long long ts_to_nsec(struct timespec ts)
49 struct timespec nsec_to_ts(long long ns)
51 struct timespec ts;
59 long long diff_timespec(struct timespec start, struct timespec end)
69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw)
71 struct timespec start, mid, end;
98 struct timespec mon_start, raw_start, mon_end, raw_end;
170 struct timespec raw;