Searched refs:total_tests (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/lib/ |
| D | test_uuid.c | 42 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 …]
|
| D | test_hexdump.c | 64 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()
|
| D | test_printf.c | 31 static unsigned total_tests __initdata; 43 total_tests++; in do_test() 121 total_tests++; in __test()
|
| D | test_strscpy.c | 40 total_tests++; in tc()
|
| D | test_bitmap.c | 19 static unsigned total_tests __initdata; 98 total_tests++; \
|
| /Linux-v5.4/tools/testing/selftests/ |
| D | kselftest_module.h | 13 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); \
|
| /Linux-v5.4/fs/unicode/ |
| D | utf8-selftest.c | 18 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-v5.4/drivers/dma/ |
| D | dmatest.c | 562 unsigned int total_tests = 0; in dmatest_func() local 666 && !(params->iterations && total_tests >= params->iterations)) { in dmatest_func() 672 total_tests++; in dmatest_func() 721 result("unmap data NULL", total_tests, in dmatest_func() 737 result("src mapping error", total_tests, in dmatest_func() 754 result("dst mapping error", total_tests, in dmatest_func() 784 result("prep error", total_tests, src->off, in dmatest_func() 798 result("submit error", total_tests, src->off, in dmatest_func() 821 result("test timed out", total_tests, src->off, dst->off, in dmatest_func() 827 "completion busy status", total_tests, src->off, in dmatest_func() [all …]
|