Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/
Dmemslot_perf_test.c937 struct test_result *rbestslottime, in test_loop() argument
978 (!rbestslottime->slottimens || in test_loop()
979 result.slottimens < rbestslottime->slottimens)) in test_loop()
980 *rbestslottime = result; in test_loop()
997 struct test_result rbestslottime; in main() local
1006 rbestslottime.slottimens = 0; in main()
1021 &rbestslottime, &rbestruntime)) in main()
1031 if (rbestslottime.slottimens) in main()
1033 rbestslottime.slot_runtime.tv_sec, in main()
1034 rbestslottime.slot_runtime.tv_nsec); in main()