Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c1032 struct test_result *rbestslottime, in test_loop()
1072 (!rbestslottime->slottimens || in test_loop()
1073 result.slottimens < rbestslottime->slottimens)) in test_loop()
1074 *rbestslottime = result; in test_loop()
1091 struct test_result rbestslottime = {}; in main() local
1113 &rbestslottime, &rbestruntime)) in main()
1123 if (rbestslottime.slottimens) in main()
1125 rbestslottime.slot_runtime.tv_sec, in main()
1126 rbestslottime.slot_runtime.tv_nsec); in main()
1030 test_loop(const struct test_data *data, const struct test_args *targs, struct test_result *rbestslottime, struct test_result *rbestruntime) test_loop() argument

Completed in 2 milliseconds