Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
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 …]
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()
Dtest_printf.c27 static unsigned total_tests __initdata;
39 total_tests++; in do_test()
117 total_tests++; in __test()
554 pr_info("all %u tests passed\n", total_tests); in test_printf_init()
556 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in test_printf_init()
Dtest_bitmap.c15 static unsigned total_tests __initdata;
94 total_tests++; \
374 pr_info("all %u tests passed\n", total_tests); in test_bitmap_init()
377 failed_tests, total_tests); in test_bitmap_init()
/Linux-v4.19/drivers/dma/
Ddmatest.c455 unsigned int total_tests = 0; in dmatest_func() local
571 && !(params->iterations && total_tests >= params->iterations)) { in dmatest_func()
577 total_tests++; in dmatest_func()
629 result("unmap data NULL", total_tests, in dmatest_func()
646 result("src mapping error", total_tests, in dmatest_func()
665 result("dst mapping error", total_tests, in dmatest_func()
697 result("prep error", total_tests, src_off, in dmatest_func()
711 result("submit error", total_tests, src_off, in dmatest_func()
726 result("test timed out", total_tests, src_off, dst_off, in dmatest_func()
734 "completion busy status", total_tests, src_off, in dmatest_func()
[all …]