Searched refs:time_ro (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | mmu_stress_test.c | 284 struct timespec time_start, time_run1, time_reset, time_run2, time_ro, time_rw; in main() local 389 rendezvous_with_vcpus(&time_ro, "mprotect RO"); in main() 393 time_rw = timespec_sub(time_rw, time_ro); in main() 394 time_ro = timespec_sub(time_ro, time_run2); in main() 404 time_ro.tv_sec, time_ro.tv_nsec, in main()
|