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

/linux-master/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, argument
32 pr_info("remaining %u tests passed\n", total_tests);
34 pr_info("all %u tests passed\n", total_tests);
36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests);
47 return kstm_report(total_tests, failed_tests, skipped_tests); \
/linux-master/lib/
H A Dtest_uuid.c42 static unsigned total_tests __initdata;
50 total_tests,
57 total_tests,
69 total_tests++;
73 total_tests++;
80 total_tests++;
84 total_tests++;
97 total_tests++;
102 total_tests++;
118 pr_info("all %u tests passed\n", total_tests);
[all...]
H A Dtest_hexdump.c64 static unsigned total_tests __initdata;
131 total_tests++;
170 total_tests++;
241 pr_info("all %u tests passed\n", total_tests);
243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests);
H A Dtest_printf.c52 total_tests++;
135 total_tests++;
H A Dtest_scanf.c37 total_tests++;
689 total_tests++; \
H A Dtest_bitmap.c179 total_tests++; \
/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh23 total_tests=0
26 total_tests=$(("$total_tests" + "$NUM_TESTS"))
29 echo "$total_tests"
/linux-master/fs/unicode/
H A Dutf8-selftest.c18 unsigned int total_tests; variable
24 total_tests++; \
280 total_tests = 0;
294 pr_info("All %u tests passed\n", total_tests);
297 total_tests);
/linux-master/drivers/dma/
H A Ddmatest.c585 unsigned int total_tests = 0; local
698 (params->iterations && total_tests >= params->iterations))) {
704 total_tests++;
753 result("unmap data NULL", total_tests,
769 result("src mapping error", total_tests,
786 result("dst mapping error", total_tests,
816 result("prep error", total_tests, src->off,
830 result("submit error", total_tests, src->off,
853 result("test timed out", total_tests, src->off, dst->off,
862 "completion busy status", total_tests, sr
[all...]

Completed in 152 milliseconds