Searched refs:num_tests (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | test_meminit.c | 22 __func__, failures, num_tests); \ 25 num_tests, __func__); \ 93 int failures = 0, num_tests = 0; in test_pages() local 101 return num_tests; in test_pages() 155 int failures = 0, num_tests = 0; in test_kvmalloc() local 166 return num_tests; in test_kvmalloc() 380 int failures = 0, num_tests = 0; in test_kmemcache() local 399 return num_tests; in test_kmemcache() 405 int failures = 0, num_tests = 0; in test_rcu_persistent() local 414 return num_tests; in test_rcu_persistent() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | pcm-test.c | 558 int num_pcm_tests = 0, num_tests, num_std_pcm_tests; in main() local 581 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main() 582 if (num_tests > 0) in main() 583 num_pcm_tests += num_tests; in main()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A 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() 1380 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo() 3706 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test() 3942 bp->num_tests = 0; in bnxt_ethtool_init() 3962 bp->num_tests = resp->num_tests + BNXT_DRV_TESTS; in bnxt_ethtool_init() 3963 if (bp->num_tests > BNXT_MAX_TEST) in bnxt_ethtool_init() 3964 bp->num_tests = BNXT_MAX_TEST; in bnxt_ethtool_init() [all …]
|
A D | bnxt.h | 2140 u8 num_tests; member
|
A D | bnxt_hsi.h | 10234 u8 num_tests; member
|
Completed in 105 milliseconds