Searched refs:total_tests (Results 1 – 3 of 3) sorted by relevance
14 static unsigned int total_tests __initdata; \19 total_tests++; \26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument32 pr_info("remaining %u tests passed\n", total_tests); in kstm_report()34 pr_info("all %u tests passed\n", total_tests); in kstm_report()36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()47 return kstm_report(total_tests, failed_tests, skipped_tests); \
23 total_tests=026 total_tests=$((total_tests + NUM_TESTS))29 echo "$total_tests"
508 int total_tests = TOTAL_TESTS; in main() local511 ksft_set_plan(total_tests); in main()
Completed in 5 milliseconds