Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/selftest/
H A Dratelimiter.c171 int test_count = 0, ret; in wg_ratelimiter_selftest() local
173 ret = timings_test(skb4, hdr4, skb6, hdr6, &test_count); in wg_ratelimiter_selftest()
176 test += test_count; in wg_ratelimiter_selftest()
181 test += test_count; in wg_ratelimiter_selftest()
184 test += test_count; in wg_ratelimiter_selftest()
190 int test_count = 0; in wg_ratelimiter_selftest() local
192 if (capacity_test(skb4, hdr4, &test_count) < 0) { in wg_ratelimiter_selftest()
194 test += test_count; in wg_ratelimiter_selftest()
199 test += test_count; in wg_ratelimiter_selftest()
/openbmc/qemu/tests/tcg/mips/include/
H A Dtest_utils_32.h34 const uint32_t test_count, in check_results_32() argument
42 for (ii = 0; ii < test_count; ii++) { in check_results_32()
59 for (i = 0; i < test_count; i++) { in check_results_32()
H A Dtest_utils_64.h36 const uint32_t test_count, in check_results_64() argument
44 for (ii = 0; ii < test_count; ii++) { in check_results_64()
62 for (i = 0; i < test_count; i++) { in check_results_64()
H A Dtest_utils_128.h37 const uint32_t test_count, in check_results_128() argument
45 for (ii = 0; ii < test_count; ii++) { in check_results_128()
64 for (i = 0; i < test_count; i++) { in check_results_128()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c622 static unsigned int test_count = 0; /* Number of tests that have been run */ variable
671 test_count++; in _gen_result()
706 printf("ok %d", test_count); in _gen_result()
775 _diag("Looks like your test died just after %d.", test_count); in _cleanup()
783 printf("1..%d\n", test_count); in _cleanup()
786 if((have_plan && !no_plan) && e_tests < test_count) { in _cleanup()
788 e_tests, test_count - e_tests); in _cleanup()
792 if((have_plan || !no_plan) && e_tests > test_count) { in _cleanup()
794 e_tests, test_count); in _cleanup()
797 failures, test_count); in _cleanup()
[all …]
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h1164 unsigned int case_count = 0, test_count = 0; in test_harness_run() local
1174 unsigned int old_tests = test_count; in test_harness_run()
1178 test_count++; in test_harness_run()
1180 if (old_tests != test_count) in test_harness_run()
1189 ksft_set_plan(test_count); in test_harness_run()
1191 test_count, case_count); in test_harness_run()
/openbmc/linux/mm/
H A Dmmap.c2544 int test_count = 0; in do_vmi_align_munmap() local
2551 test_count++; in do_vmi_align_munmap()
2555 BUG_ON(count != test_count); in do_vmi_align_munmap()