Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c1049 struct test_result *rbestslottime, in test_loop() argument
1089 (!rbestslottime->slottimens || in test_loop()
1090 result.slottimens < rbestslottime->slottimens)) in test_loop()
1091 *rbestslottime = result; in test_loop()
1108 struct test_result rbestslottime = {}; in main() local
1130 &rbestslottime, &rbestruntime)) in main()
1140 if (rbestslottime.slottimens) in main()
1142 rbestslottime.slot_runtime.tv_sec, in main()
1143 rbestslottime.slot_runtime.tv_nsec); in main()