Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 13 of 13) 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/vma/
H A Dmain.c42 int num_tests = 0, num_fail = 0; in main() local
47 run_merge_tests(&num_tests, &num_fail); in main()
48 run_mmap_tests(&num_tests, &num_fail); in main()
49 run_vma_tests(&num_tests, &num_fail); in main()
52 num_tests, num_tests - num_fail, num_fail); in main()
H A Dshared.h17 (*num_tests)++; \
/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.c555 static size_t num_tests; variable
580 num_tests += runs_per_test; in __cmd_test()
583 child_tests = calloc(num_tests, sizeof(*child_tests)); in __cmd_test()
591 for (size_t x = 0; x < num_tests; x++) { in __cmd_test()
663 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
664 finish_test(child_tests, x, num_tests, width); in __cmd_test()
672 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
673 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/vma/tests/
H A Dmmap.c54 static void run_mmap_tests(int *num_tests, int *num_fail) in run_mmap_tests() argument
H A Dvma.c331 static void run_vma_tests(int *num_tests, int *num_fail) in run_vma_tests() argument
H A Dmerge.c1451 static void run_merge_tests(int *num_tests, int *num_fail) in run_merge_tests() argument
/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/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c569 if (!bp->num_tests) in bnxt_get_sset_count()
571 return bp->num_tests; in bnxt_get_sset_count()
811 if (bp->num_tests) in bnxt_get_strings()
812 for (i = 0; i < bp->num_tests; i++) in bnxt_get_strings()
2064 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
5195 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
5210 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
5213 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
5239 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
5300 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
[all …]
H A Dbnxt.h2724 u8 num_tests; member
/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++) {