Home
last modified time | relevance | path

Searched refs:total_tests (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_uuid.c42 static unsigned total_tests __initdata;
50 total_tests, in test_uuid_failed()
57 total_tests, in test_uuid_failed()
69 total_tests++; in test_uuid_test()
73 total_tests++; in test_uuid_test()
80 total_tests++; in test_uuid_test()
84 total_tests++; in test_uuid_test()
97 total_tests++; in test_uuid_wrong()
102 total_tests++; in test_uuid_wrong()
118 pr_info("all %u tests passed\n", total_tests); in test_uuid_init()
[all...]
H A Dtest_hexdump.c64 static unsigned total_tests __initdata;
131 total_tests++; in test_hexdump()
170 total_tests++; in test_hexdump_overflow()
241 pr_info("all %u tests passed\n", total_tests); in test_hexdump_init()
243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_hexdump_init()
H A Dtest_printf.c33 static unsigned total_tests __initdata;
45 total_tests++; in do_test()
123 total_tests++; in __test()
H A Dtest_strscpy.c40 total_tests++; in tc()
H A Dtest_bitmap.c19 static unsigned total_tests __initdata;
161 total_tests++; \
/kernel/linux/linux-6.6/lib/
H A Dtest_uuid.c42 static unsigned total_tests __initdata;
50 total_tests, in test_uuid_failed()
57 total_tests, in test_uuid_failed()
69 total_tests++; in test_uuid_test()
73 total_tests++; in test_uuid_test()
80 total_tests++; in test_uuid_test()
84 total_tests++; in test_uuid_test()
97 total_tests++; in test_uuid_wrong()
102 total_tests++; in test_uuid_wrong()
118 pr_info("all %u tests passed\n", total_tests); in test_uuid_init()
[all...]
H A Dtest_hexdump.c64 static unsigned total_tests __initdata;
131 total_tests++; in test_hexdump()
170 total_tests++; in test_hexdump_overflow()
241 pr_info("all %u tests passed\n", total_tests); in test_hexdump_init()
243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_hexdump_init()
H A Dtest_printf.c52 total_tests++; in do_test()
135 total_tests++; in __test()
H A Dtest_scanf.c37 total_tests++; in _test()
689 total_tests++; \
H A Dtest_bitmap.c179 total_tests++; \
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_module.h14 static unsigned int total_tests __initdata; \
19 total_tests++; \
26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument
32 pr_info("remaining %u tests passed\n", total_tests); in kstm_report()
34 pr_info("all %u tests passed\n", total_tests); in kstm_report()
36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()
47 return kstm_report(total_tests, failed_tests, skipped_tests); \
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_module.h13 static unsigned int total_tests __initdata; \
17 total_tests++; \
24 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests) in kstm_report() argument
27 pr_info("all %u tests passed\n", total_tests); in kstm_report()
29 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()
39 return kstm_report(total_tests, failed_tests); \
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-selftest.c18 unsigned int total_tests; variable
26 total_tests++; \
289 total_tests = 0; in init_test_ucd()
297 pr_info("All %u tests passed\n", total_tests); in init_test_ucd()
300 total_tests); in init_test_ucd()
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-selftest.c18 unsigned int total_tests; variable
24 total_tests++; \
280 total_tests = 0; in init_test_ucd()
294 pr_info("All %u tests passed\n", total_tests); in init_test_ucd()
297 total_tests); in init_test_ucd()
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmatest.c578 unsigned int total_tests = 0; in dmatest_func() local
682 (params->iterations && total_tests >= params->iterations))) { in dmatest_func()
688 total_tests++; in dmatest_func()
737 result("unmap data NULL", total_tests, in dmatest_func()
753 result("src mapping error", total_tests, in dmatest_func()
770 result("dst mapping error", total_tests, in dmatest_func()
800 result("prep error", total_tests, src->off, in dmatest_func()
814 result("submit error", total_tests, src->off, in dmatest_func()
837 result("test timed out", total_tests, src->off, dst->off, in dmatest_func()
846 "completion busy status", total_tests, sr in dmatest_func()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmatest.c578 unsigned int total_tests = 0; in dmatest_func() local
684 (params->iterations && total_tests >= params->iterations))) { in dmatest_func()
690 total_tests++; in dmatest_func()
739 result("unmap data NULL", total_tests, in dmatest_func()
755 result("src mapping error", total_tests, in dmatest_func()
772 result("dst mapping error", total_tests, in dmatest_func()
802 result("prep error", total_tests, src->off, in dmatest_func()
816 result("submit error", total_tests, src->off, in dmatest_func()
839 result("test timed out", total_tests, src->off, dst->off, in dmatest_func()
848 "completion busy status", total_tests, sr in dmatest_func()
[all...]
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py315 total_tests = 0
326 total_tests += 1
339 return total_tests, failed_tests, crashed_tests
342 total_tests = 0
351 (total_tests,
358 (total_tests, failed_tests, crashed_tests)))

Completed in 13 milliseconds