Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c169 struct timespec time_start, time_run1, time_reset, time_run2; in main() local
263 rendezvous_with_vcpus(&time_run1, "run 1"); in main()
268 time_reset = timespec_sub(time_reset, time_run1); in main()
269 time_run1 = timespec_sub(time_run1, time_start); in main()
272 time_run1.tv_sec, time_run1.tv_nsec, in main()