Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
Dtest_util.c62 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() function
77 return timespec_add_ns((struct timespec){0}, ns1 + ns2); in timespec_add()
84 return timespec_add_ns((struct timespec){0}, ns1 - ns2); in timespec_sub()
99 return timespec_add_ns((struct timespec){0}, ns); in timespec_div()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
Dtest_util.h64 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
Dsteal_time.c241 stop = timespec_add_ns(ts, MIN_RUN_DELAY_NS); in do_steal_time()