Searched refs:test_count (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | ratelimiter.c | 171 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 D | test_utils_32.h | 34 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 D | test_utils_64.h | 36 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 D | test_utils_128.h | 37 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 D | sha512.c | 622 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 D | kselftest_harness.h | 1164 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 D | mmap.c | 2544 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()
|