Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_meminit.c22 __func__, failures, num_tests); \
25 num_tests, __func__); \
86 int failures = 0, num_tests = 0; in test_pages() local
94 return num_tests; in test_pages()
134 int failures = 0, num_tests = 0; in test_kvmalloc() local
145 return num_tests; in test_kvmalloc()
350 int failures = 0, num_tests = 0; in test_kmemcache() local
369 return num_tests; in test_kmemcache()
375 int failures = 0, num_tests = 0; in test_rcu_persistent() local
384 return num_tests; in test_rcu_persistent()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c530 if (!bp->num_tests) in bnxt_get_sset_count()
532 return bp->num_tests; in bnxt_get_sset_count()
766 if (bp->num_tests) in bnxt_get_strings()
768 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings()
1344 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo()
3497 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test()
3725 bp->num_tests = 0; in bnxt_ethtool_init()
3745 bp->num_tests = resp->num_tests + BNXT_DRV_TESTS; in bnxt_ethtool_init()
3746 if (bp->num_tests > BNXT_MAX_TEST) in bnxt_ethtool_init()
3747 bp->num_tests = BNXT_MAX_TEST; in bnxt_ethtool_init()
[all …]
A Dbnxt.h2109 u8 num_tests; member
A Dbnxt_hsi.h9518 u8 num_tests; member
/linux/drivers/usb/host/
A Dxhci-mem.c2061 unsigned int num_tests; in xhci_check_trb_in_td_math() local
2064 num_tests = ARRAY_SIZE(simple_test_vector); in xhci_check_trb_in_td_math()
2065 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()
2077 num_tests = ARRAY_SIZE(complex_test_vector); in xhci_check_trb_in_td_math()
2078 for (i = 0; i < num_tests; i++) { in xhci_check_trb_in_td_math()

Completed in 95 milliseconds