Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/riscv/cfi/
H A Dshadowstack.c358 unsigned long test_count = 0; in execute_shadow_stack_tests() local
374 while (test_count < RISCV_SHADOW_STACK_TESTS) { in execute_shadow_stack_tests()
375 test_pass = (*shstk_tests[test_count].t_func)(test_count, NULL); in execute_shadow_stack_tests()
376 ksft_test_result(test_pass, shstk_tests[test_count].name); in execute_shadow_stack_tests()
377 test_count++; in execute_shadow_stack_tests()
/linux/tools/testing/selftests/devices/probe/
H A Dtest_discoverable_devices.py274 test_count = 0
277 nonlocal test_count
283 test_count += len(device["interfaces"])
285 test_count += 1
286 test_count += 1
291 return test_count
/linux/tools/testing/selftests/
H A Dkselftest_harness.h1263 unsigned int case_count = 0, test_count = 0; in test_harness_run() local
1273 unsigned int old_tests = test_count; in test_harness_run()
1277 test_count++; in test_harness_run()
1279 if (old_tests != test_count) in test_harness_run()
1288 ksft_set_plan(test_count); in test_harness_run()
1290 test_count, case_count); in test_harness_run()
/linux/mm/
H A Dvma.c1486 int test_count = 0; in vms_gather_munmap_vmas() local
1493 test_count++; in vms_gather_munmap_vmas()
1497 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas()