Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c91 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() function
106 return timespec_add_ns((struct timespec){0}, ns1 + ns2); in timespec_add()
113 return timespec_add_ns((struct timespec){0}, ns1 - ns2); in timespec_sub()
128 return timespec_add_ns((struct timespec){0}, ns); in timespec_div()
/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h103 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);