Home
last modified time | relevance | path

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

/lib/
Dtest_meminit.c22 __func__, failures, num_tests); \
25 num_tests, __func__); \
86 int failures = 0, num_tests = 0; in test_pages() local
90 num_tests += do_alloc_pages_order(i, &failures); in test_pages()
94 return num_tests; in test_pages()
134 int failures = 0, num_tests = 0; in test_kvmalloc() local
139 num_tests += do_kmalloc_size(size, &failures); in test_kvmalloc()
140 num_tests += do_vmalloc_size(size, &failures); in test_kvmalloc()
145 return num_tests; in test_kvmalloc()
332 int failures = 0, num_tests = 0; in test_kmemcache() local
[all …]