Searched refs:num_tests (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/lib/ |
| D | test_meminit.c | 22 __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() 332 int failures = 0, num_tests = 0; in test_kmemcache() local [all …]
|
| /Linux-v5.4/kernel/ |
| D | test_kprobes.c | 17 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()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_ethtool.c | 522 if (!bp->num_tests) in bnxt_get_sset_count() 524 return bp->num_tests; in bnxt_get_sset_count() 713 if (bp->num_tests) in bnxt_get_strings() 715 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings() 1241 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo() 2874 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS) 2889 if (!bp->num_tests || !BNXT_SINGLE_PF(bp)) in bnxt_self_test() 2891 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test() 2910 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() 2964 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() [all …]
|
| D | bnxt.h | 1799 u8 num_tests; member
|
| D | bnxt_hsi.h | 7907 u8 num_tests; member
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-mem.c | 2055 unsigned int num_tests; in xhci_check_trb_in_td_math() local 2058 num_tests = ARRAY_SIZE(simple_test_vector); in xhci_check_trb_in_td_math() 2059 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math() 2071 num_tests = ARRAY_SIZE(complex_test_vector); in xhci_check_trb_in_td_math() 2072 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()
|