Searched refs:timespec_sub (Results 1 – 5 of 5) sorted by relevance
394 time_rw = timespec_sub(time_rw, time_ro); in main()395 time_ro = timespec_sub(time_ro, time_run2); in main()396 time_run2 = timespec_sub(time_run2, time_reset); in main()397 time_reset = timespec_sub(time_reset, time_run1); in main()398 time_run1 = timespec_sub(time_run1, time_start); in main()
315 if (timespec_to_ns(timespec_sub(ts, stop)) >= 0) in do_steal_time()
102 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub() function114 return timespec_sub(end, start); in timespec_elapsed()
86 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2);