Searched refs:total (Results 1 – 5 of 5) sorted by relevance
143 ut_report(&uts->total, uts->run_count); in show_stats()145 uts->total.test_count && uts->worst) { in show_stats()146 ulong avg = uts->total.duration_ms / uts->total.test_count; in show_stats()206 int i, total; in do_ut_info() local210 for (i = 0, total = 0; i < ARRAY_SIZE(suites); i++) { in do_ut_info()217 total += n_ent; in do_ut_info()221 printf("%5d %-13.13s\n", total, "Total"); in do_ut_info()223 if (UNIT_TEST_ALL_COUNT() != total) in do_ut_info()
763 uts->total.skip_count += uts->cur.skip_count; in ut_run_list()764 uts->total.fail_count += uts->cur.fail_count; in ut_run_list()765 uts->total.test_count += uts->cur.test_count; in ut_run_list()766 uts->total.duration_ms += uts->cur.duration_ms; in ut_run_list()
31 an overall total is reported if multiple suites are run.
292 total = 0299 total += count300 return total
620 int total; in dm_test_children() local642 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_children()643 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_children()666 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_PROBE]); in dm_test_children()702 int total; in dm_test_device_reparent() local724 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_device_reparent()725 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_device_reparent()728 for (i = 0; i < total; i++) in dm_test_device_reparent()
Completed in 17 milliseconds