Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_meminit.c22 __func__, failures, num_tests); \
25 num_tests, __func__); \
93 int failures = 0, num_tests = 0; in test_pages() local
97 num_tests += do_alloc_pages_order(i, &failures); in test_pages()
101 return num_tests; in test_pages()
155 int failures = 0, num_tests = 0; in test_kvmalloc() local
160 num_tests += do_kmalloc_size(size, &failures); in test_kvmalloc()
161 num_tests += do_vmalloc_size(size, &failures); in test_kvmalloc()
166 return num_tests; in test_kvmalloc()
380 int failures = 0, num_tests = 0; in test_kmemcache() local
[all …]
/linux/tools/testing/selftests/devices/error_logs/
H A Dtest_device_error_logs.py74 num_tests = len(error_log_per_device) variable
77 ksft.set_plan(num_tests)
83 if num_tests == 0:
/linux/tools/perf/tests/
H A Dbuiltin-test.c550 static size_t num_tests; variable
575 num_tests += runs_per_test; in __cmd_test()
578 child_tests = calloc(num_tests, sizeof(*child_tests)); in __cmd_test()
586 for (size_t x = 0; x < num_tests; x++) { in __cmd_test()
658 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
659 finish_test(child_tests, x, num_tests, width); in __cmd_test()
667 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
668 finish_test(child_tests, x, num_tests, width); in __cmd_test()
/linux/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh66 num_tests=$(echo ${nodes_compatible} | wc -w)
67 ktap_set_plan "${num_tests}"
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c602 int num_pcm_tests = 0, num_tests, num_std_pcm_tests; in main() local
629 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main()
630 if (num_tests > 0) in main()
631 num_pcm_tests += num_tests; in main()
/linux/tools/testing/vma/
H A Dvma.c1745 int num_tests = 0, num_fail = 0; in main() local
1752 num_tests++; \ in main()
1782 num_tests, num_tests - num_fail, num_fail); in main()
/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c2838 int num_tests = ARRAY_SIZE(test_sizes); variable
2841 for (int i = 0; i < num_tests; i++) {
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2712 u8 num_tests; member