Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
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-6.12.1/tools/testing/selftests/kselftest/
Dksft.py23 def set_plan(num_tests): argument
25 ksft_num_tests = num_tests
26 print("1..{}".format(num_tests))
/linux-6.12.1/tools/testing/selftests/devices/error_logs/
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.12.1/tools/testing/selftests/dt/
Dtest_unprobed_devices.sh66 num_tests=$(echo ${nodes_compatible} | wc -w)
67 ktap_set_plan "${num_tests}"
/linux-6.12.1/tools/perf/tests/
Dbuiltin-test.c396 size_t num_tests = 0; in __cmd_test() local
411 num_tests++; in __cmd_test()
414 num_tests++; in __cmd_test()
417 child_tests = calloc(num_tests, sizeof(*child_tests)); in __cmd_test()
/linux-6.12.1/tools/testing/selftests/alsa/
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.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c568 if (!bp->num_tests) in bnxt_get_sset_count()
570 return bp->num_tests; in bnxt_get_sset_count()
811 if (bp->num_tests) in bnxt_get_strings()
813 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
2017 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
4824 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
4839 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
4849 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
4868 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
4920 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
[all …]
Dbnxt.h2614 u8 num_tests; member
Dbnxt_hsi.h10498 u8 num_tests; member
/linux-6.12.1/tools/testing/vma/
Dvma.c1566 int num_tests = 0, num_fail = 0; in main() local
1572 num_tests++; \ in main()
1600 num_tests, num_tests - num_fail, num_fail); in main()