Searched refs:total_tests (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 410 unsigned int total_tests = 0; in dmatest_func() local 481 && !(params->iterations && total_tests >= params->iterations)) { in dmatest_func() 489 total_tests++; in dmatest_func() 536 result("unmap data NULL", total_tests, in dmatest_func() 553 result("src mapping error", total_tests, in dmatest_func() 572 result("dst mapping error", total_tests, in dmatest_func() 601 result("prep error", total_tests, src_off, in dmatest_func() 615 result("submit error", total_tests, src_off, in dmatest_func() 638 result("test timed out", total_tests, src_off, dst_off, in dmatest_func() 646 "completion busy status", total_tests, src_off, in dmatest_func() [all …]
|
/linux-4.4.14/lib/ |
D | test_printf.c | 39 static unsigned total_tests __initdata; 50 total_tests++; in do_test() 352 pr_info("all %u tests passed\n", total_tests); in test_printf_init() 354 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in test_printf_init()
|