Searched refs:test_count (Results 1 – 5 of 5) sorted by relevance
| /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()
|
| /linux/tools/testing/selftests/riscv/cfi/ |
| H A D | shadowstack.c | 358 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 D | test_discoverable_devices.py | 274 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 D | kselftest_harness.h | 1263 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 D | vma.c | 1486 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()
|