Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 2 of 2) 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/mm/
H A Dvma.c1346 int test_count = 0; in vms_gather_munmap_vmas() local
1353 test_count++; in vms_gather_munmap_vmas()
1357 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas()