Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c232 static void rendezvous_with_vcpus(struct timespec *time, const char *name) in rendezvous_with_vcpus() function
381 rendezvous_with_vcpus(&time_start, "spawning"); in main()
382 rendezvous_with_vcpus(&time_run1, "run 1"); in main()
383 rendezvous_with_vcpus(&time_reset, "reset"); in main()
384 rendezvous_with_vcpus(&time_run2, "run 2"); in main()
390 rendezvous_with_vcpus(&time_ro, "mprotect RO"); in main()
392 rendezvous_with_vcpus(&time_rw, "mprotect RW"); in main()
H A Dmax_guest_memory_test.c