Home
last modified time | relevance | path

Searched refs:timespec_sub (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c394 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()
H A Dmax_guest_memory_test.c
H A Dsteal_time.c315 if (timespec_to_ns(timespec_sub(ts, stop)) >= 0) in do_steal_time()
/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c102 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub() function
114 return timespec_sub(end, start); in timespec_elapsed()
/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h86 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2);