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

/linux-master/drivers/net/wireguard/selftest/
H A Dratelimiter.c171 int test_count = 0, ret; local
173 ret = timings_test(skb4, hdr4, skb6, hdr6, &test_count);
176 test += test_count;
181 test += test_count;
184 test += test_count;
190 int test_count = 0; local
192 if (capacity_test(skb4, hdr4, &test_count) < 0) {
194 test += test_count;
199 test += test_count;
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py244 test_count = 0
247 nonlocal test_count
253 test_count += len(device["interfaces"])
255 test_count += 1
256 test_count += 1
261 return test_count
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h1223 unsigned int case_count = 0, test_count = 0; local
1233 unsigned int old_tests = test_count;
1237 test_count++;
1239 if (old_tests != test_count)
1248 ksft_set_plan(test_count);
1250 test_count, case_count);
/linux-master/mm/
H A Dmmap.c2590 int test_count = 0; local
2597 test_count++;
2601 BUG_ON(count != test_count);

Completed in 196 milliseconds