Searched defs:ts2 (Results 1 – 3 of 3) sorted by relevance
15 struct timespec ts2 = { .tv_sec = 10 }; in do_sleep() local
77 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add()84 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub()
43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec()51 struct timespec ts1, ts2, ts3; in get_sample() local