Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireguard/selftest/
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-6.12.1/tools/testing/selftests/devices/probe/
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-6.12.1/tools/testing/selftests/
Dkselftest_harness.h1275 unsigned int case_count = 0, test_count = 0; in test_harness_run() local
1285 unsigned int old_tests = test_count; in test_harness_run()
1289 test_count++; in test_harness_run()
1291 if (old_tests != test_count) in test_harness_run()
1300 ksft_set_plan(test_count); in test_harness_run()
1302 test_count, case_count); in test_harness_run()
/linux-6.12.1/mm/
Dvma.c1287 int test_count = 0; in vms_gather_munmap_vmas() local
1294 test_count++; in vms_gather_munmap_vmas()
1298 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas()