Home
last modified time | relevance | path

Searched refs:timespec_add_ns (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c86 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() function
101 return timespec_add_ns((struct timespec){0}, ns1 + ns2); in timespec_add()
108 return timespec_add_ns((struct timespec){0}, ns1 - ns2); in timespec_sub()
123 return timespec_add_ns((struct timespec){0}, ns); in timespec_div()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h82 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c213 stop = timespec_add_ns(ts, MIN_RUN_DELAY_NS); in do_steal_time()