Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/
A Dmemstress.h44 bool random_access; member
65 void memstress_set_random_access(struct kvm_vm *vm, bool random_access);
/tools/testing/selftests/kvm/lib/
A Dmemstress.c71 if (args->random_access) in memstress_guest_code()
245 void memstress_set_random_access(struct kvm_vm *vm, bool random_access) in memstress_set_random_access() argument
247 memstress_args.random_access = random_access; in memstress_set_random_access()
248 sync_global_to_guest(vm, memstress_args.random_access); in memstress_set_random_access()
/tools/testing/selftests/kvm/
A Ddirty_log_perf_test.c133 bool random_access; member
210 memstress_set_random_access(vm, p->random_access); in run_test()
361 p.random_access = true; in main()

Completed in 7 milliseconds