Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c947 struct test_result *rbestslottime, in test_loop() argument
988 (!rbestslottime->slottimens || in test_loop()
989 result.slottimens < rbestslottime->slottimens)) in test_loop()
990 *rbestslottime = result; in test_loop()
1007 struct test_result rbestslottime; in main() local
1016 rbestslottime.slottimens = 0; in main()
1031 &rbestslottime, &rbestruntime)) in main()
1041 if (rbestslottime.slottimens) in main()
1043 rbestslottime.slot_runtime.tv_sec, in main()
1044 rbestslottime.slot_runtime.tv_nsec); in main()