Searched refs:timespec_nsec_diff (Results 1 – 3 of 3) sorted by relevance
68 if (timespec_nsec_diff(&t1, &t2) > NSEC_IN_SEC / 2 || in main()69 timespec_nsec_diff(&t2, &t3) > NSEC_IN_SEC / 2) { in main()
24 static inline long timespec_nsec_diff(struct timespec *t1, struct timespec *t2) in timespec_nsec_diff() function
117 if (timespec_nsec_diff(&ts_fin, &ts_ref) < NSEC_IN_SEC) { in main()