Home
last modified time | relevance | path

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

/linux-6.15/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
101 return num_tests; in test_pages()
155 int failures = 0, num_tests = 0; in test_kvmalloc() local
166 return num_tests; in test_kvmalloc()
380 int failures = 0, num_tests = 0; in test_kmemcache() local
399 return num_tests; in test_kmemcache()
405 int failures = 0, num_tests = 0; in test_rcu_persistent() local
414 return num_tests; in test_rcu_persistent()
[all …]
/linux-6.15/tools/testing/selftests/kselftest/
H A Dksft.py23 def set_plan(num_tests): argument
25 ksft_num_tests = num_tests
26 print("1..{}".format(num_tests))
/linux-6.15/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-6.15/tools/perf/tests/
H A Dbuiltin-test.c465 static size_t num_tests; variable
490 num_tests += runs_per_test; in __cmd_test()
493 child_tests = calloc(num_tests, sizeof(*child_tests)); in __cmd_test()
501 for (size_t x = 0; x < num_tests; x++) { in __cmd_test()
570 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
571 finish_test(child_tests, x, num_tests, width); in __cmd_test()
579 for (size_t x = 0; x < num_tests; x++) in __cmd_test()
580 finish_test(child_tests, x, num_tests, width); in __cmd_test()
/linux-6.15/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh66 num_tests=$(echo ${nodes_compatible} | wc -w)
67 ktap_set_plan "${num_tests}"
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_csum_diff.c365 static void test_csum_diff(struct testcase *tests, int num_tests) in test_csum_diff() argument
371 for (int i = 0; i < num_tests; i++) { in test_csum_diff()
/linux-6.15/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-6.15/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()
805 if (bp->num_tests) in bnxt_get_strings()
806 for (i = 0; i < bp->num_tests; i++) in bnxt_get_strings()
2042 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
5017 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
5268 bp->num_tests = 0; in bnxt_ethtool_init()
5288 bp->num_tests = resp->num_tests + BNXT_DRV_TESTS; in bnxt_ethtool_init()
5289 if (bp->num_tests > BNXT_MAX_TEST) in bnxt_ethtool_init()
5290 bp->num_tests = BNXT_MAX_TEST; in bnxt_ethtool_init()
[all …]
H A Dbnxt.h2695 u8 num_tests; member
H A Dbnxt_hsi.h10692 u8 num_tests; member
/linux-6.15/tools/testing/vma/
H A Dvma.c1661 int num_tests = 0, num_fail = 0; in main() local
1667 num_tests++; \ in main()
1697 num_tests, num_tests - num_fail, num_fail); in main()