Searched refs:timespec_add_ns (Results 1 – 3 of 3) sorted by relevance
66 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() function81 return timespec_add_ns((struct timespec){0}, ns1 + ns2); in timespec_add()88 return timespec_add_ns((struct timespec){0}, ns1 - ns2); in timespec_sub()103 return timespec_add_ns((struct timespec){0}, ns); in timespec_div()
74 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);
213 stop = timespec_add_ns(ts, MIN_RUN_DELAY_NS); in do_steal_time()