Searched refs:num_tests (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/lib/ |
H 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 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 …]
|
/openbmc/obmc-console/test/ |
H A D | test-config-parse-bytesize.c | 44 const size_t num_tests = in test_config_parse_bytesize() local 50 for (i = 0; i < num_tests; i++) { in test_config_parse_bytesize()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 571 int num_pcm_tests = 0, num_tests, num_std_pcm_tests; in main() local 594 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main() 595 if (num_tests > 0) in main() 596 num_pcm_tests += num_tests; in main()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 560 if (!bp->num_tests) in bnxt_get_sset_count() 562 return bp->num_tests; in bnxt_get_sset_count() 792 if (bp->num_tests) in bnxt_get_strings() 794 bp->num_tests * ETH_GSTRING_LEN); in bnxt_get_strings() 1373 info->testinfo_len = bp->num_tests; in bnxt_get_drvinfo() 3686 #define BNXT_MACLPBK_TEST_IDX (bp->num_tests - BNXT_DRV_TESTS) 3701 if (!bp->num_tests || !BNXT_PF(bp)) in bnxt_self_test() 3703 memset(buf, 0, sizeof(u64) * bp->num_tests); in bnxt_self_test() 3722 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() 3777 for (i = 0; i < bp->num_tests - BNXT_DRV_TESTS; i++) { in bnxt_self_test() [all …]
|
H A D | bnxt.h | 2167 u8 num_tests; member
|
H A D | bnxt_hsi.h | 9812 u8 num_tests; member
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 974 const size_t num_tests = sizeof(tests) / sizeof(tests[0]); in main() local 978 plan_tests(num_tests); in main() 980 for (i = 0; i < num_tests; i++) in main()
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 1215 + local num_tests="$1" 1220 + if ! test -z "$num_tests"; then 1221 + skip 0 "LTTNG_TOOLS_DISABLE_KERNEL_TESTS was set.${skip_message+ }${skip_message}" "$num_tests" 1230 + if ! test -z "$num_tests"; then 1231 + skip 0 "Root access is needed for kernel testing.${skip_message+ }${skip_message}" "$num_tests"
|