Searched refs:num_tests (Results 1 – 5 of 5) sorted by relevance
22 __func__, failures, num_tests); \25 num_tests, __func__); \86 int failures = 0, num_tests = 0; in test_pages() local94 return num_tests; in test_pages()134 int failures = 0, num_tests = 0; in test_kvmalloc() local145 return num_tests; in test_kvmalloc()350 int failures = 0, num_tests = 0; in test_kmemcache() local369 return num_tests; in test_kmemcache()375 int failures = 0, num_tests = 0; in test_rcu_persistent() local384 return num_tests; in test_rcu_persistent()[all …]
530 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 …]
2109 u8 num_tests; member
9518 u8 num_tests; member
2061 unsigned int num_tests; in xhci_check_trb_in_td_math() local2064 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