Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/tools/testing/selftests/alsa/
Dpcm-test.c571 int num_pcm_tests = 0, num_tests, num_std_pcm_tests; in main() local
594 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main()
595 if (num_tests > 0) in main()
596 num_pcm_tests += num_tests; in main()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c561 if (!bp->num_tests) in bnxt_get_sset_count()
563 return bp->num_tests; in bnxt_get_sset_count()
793 if (bp->num_tests) in bnxt_get_strings()
795 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
1379 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
3692 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
3707 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
3709 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
3728 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
3788 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
[all …]
Dbnxt.h2161 u8 num_tests; member
Dbnxt_hsi.h9812 u8 num_tests; member