Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dtest_meminit.c22 __func__, failures, num_tests); \
25 num_tests, __func__); \
86 int failures = 0, num_tests = 0; in test_pages() local
90 num_tests += do_alloc_pages_order(i, &failures); in test_pages()
94 return num_tests; in test_pages()
134 int failures = 0, num_tests = 0; in test_kvmalloc() local
139 num_tests += do_kmalloc_size(size, &failures); in test_kvmalloc()
140 num_tests += do_vmalloc_size(size, &failures); in test_kvmalloc()
145 return num_tests; in test_kvmalloc()
351 int failures = 0, num_tests in test_kmemcache() local
376 int failures = 0, num_tests = 0; test_rcu_persistent() local
394 int failures = 0, num_tests = 0; test_meminit_init() local
[all...]
/kernel/linux/linux-6.6/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 in test_kmemcache() local
405 int failures = 0, num_tests = 0; test_rcu_persistent() local
423 int failures = 0, num_tests = 0; test_meminit_init() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dtest_kprobes.c17 static int errors, handler_errors, num_tests; variable
283 num_tests++; in init_test_probes()
288 num_tests++; in init_test_probes()
294 num_tests++; in init_test_probes()
299 num_tests++; in init_test_probes()
306 pr_err("BUG: %d out of %d tests failed\n", errors, num_tests); in init_test_probes()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c517 if (!bp->num_tests) in bnxt_get_sset_count()
519 return bp->num_tests; in bnxt_get_sset_count()
751 if (bp->num_tests) in bnxt_get_strings()
753 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
1324 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
3308 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
3323 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
3325 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
3344 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
3398 for (i = 0; i < bp->num_tests in bnxt_self_test()
[all...]
H A Dbnxt.h1982 u8 num_tests; member
H A Dbnxt_hsi.h8528 u8 num_tests; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c560 if (!bp->num_tests) in bnxt_get_sset_count()
562 return bp->num_tests; in bnxt_get_sset_count()
792 if (bp->num_tests) in bnxt_get_strings()
794 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
1373 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
3686 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS)
3701 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
3703 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test()
3722 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test()
3777 for (i = 0; i < bp->num_tests in bnxt_self_test()
[all...]
H A Dbnxt.h2167 u8 num_tests; member
H A Dbnxt_hsi.h9812 u8 num_tests; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c2088 unsigned int num_tests; in xhci_check_trb_in_td_math() local
2091 num_tests = ARRAY_SIZE(simple_test_vector); in xhci_check_trb_in_td_math()
2092 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()
2104 num_tests = ARRAY_SIZE(complex_test_vector); in xhci_check_trb_in_td_math()
2105 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()

Completed in 88 milliseconds