Searched refs:num_tests (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/lib/ |
D | test_meminit.c | 22 __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.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 558 if (!bp->num_tests) in bnxt_get_sset_count() 560 return bp->num_tests; in bnxt_get_sset_count() 794 if (bp->num_tests) in bnxt_get_strings() 796 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings() 1378 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo() 3587 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS) 3602 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test() 3604 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test() 3623 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() 3682 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() [all …]
|
D | bnxt.h | 2129 u8 num_tests; member
|
D | bnxt_hsi.h | 10084 u8 num_tests; member
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-mem.c | 2058 unsigned int num_tests; in xhci_check_trb_in_td_math() local 2061 num_tests = ARRAY_SIZE(simple_test_vector); in xhci_check_trb_in_td_math() 2062 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math() 2074 num_tests = ARRAY_SIZE(complex_test_vector); in xhci_check_trb_in_td_math() 2075 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()
|