Home
last modified time | relevance | path

Searched refs:total_tests (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
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 …]
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()
A Dtest_strscpy.c40 total_tests++; in tc()
A Dtest_printf.c47 total_tests++; in do_test()
125 total_tests++; in __test()
A Dtest_scanf.c37 total_tests++; in _test()
689 total_tests++; \
A Dtest_bitmap.c177 total_tests++; \
/linux/tools/testing/selftests/
A Dkselftest_module.h13 static unsigned int total_tests __initdata; \
18 total_tests++; \
25 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument
31 pr_info("remaining %u tests passed\n", total_tests); in kstm_report()
33 pr_info("all %u tests passed\n", total_tests); in kstm_report()
35 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()
45 return kstm_report(total_tests, failed_tests, skipped_tests); \
/linux/fs/unicode/
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()
/linux/drivers/dma/
A Ddmatest.c579 unsigned int total_tests = 0; in dmatest_func() local
691 total_tests++; in dmatest_func()
740 result("unmap data NULL", total_tests, in dmatest_func()
756 result("src mapping error", total_tests, in dmatest_func()
773 result("dst mapping error", total_tests, in dmatest_func()
803 result("prep error", total_tests, src->off, in dmatest_func()
817 result("submit error", total_tests, src->off, in dmatest_func()
857 verbose_result("test passed", total_tests, src->off, in dmatest_func()
893 verbose_result("test passed", total_tests, src->off, in dmatest_func()
919 iops = dmatest_persec(runtime, total_tests); in dmatest_func()
[all …]

Completed in 15 milliseconds