Home
last modified time | relevance | path

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

/linux/lib/
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/tools/testing/selftests/kselftest/
A Dksft.py23 def set_plan(num_tests): argument
25 ksft_num_tests = num_tests
26 print("1..{}".format(num_tests))
/linux/tools/testing/selftests/devices/error_logs/
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/testing/selftests/dt/
A Dtest_unprobed_devices.sh66 num_tests=$(echo ${nodes_compatible} | wc -w)
67 ktap_set_plan "${num_tests}"
/linux/tools/perf/tests/
A 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/tools/testing/selftests/alsa/
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/
A 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()
4839 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
5080 bp->num_tests = 0; in bnxt_ethtool_init()
5100 bp->num_tests = resp->num_tests + BNXT_DRV_TESTS; in bnxt_ethtool_init()
5101 if (bp->num_tests > BNXT_MAX_TEST) in bnxt_ethtool_init()
5102 bp->num_tests = BNXT_MAX_TEST; in bnxt_ethtool_init()
[all …]
A Dbnxt.h2614 u8 num_tests; member
A Dbnxt_hsi.h10498 u8 num_tests; member
/linux/tools/testing/vma/
A 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()

Completed in 113 milliseconds