tests_passed       13 lib/test_ida.c static unsigned int tests_passed;
tests_passed       24 lib/test_ida.c 		tests_passed++;						\
tests_passed      166 lib/test_ida.c 	printk("IDA: %u of %u tests passed\n", tests_passed, tests_run);
tests_passed      167 lib/test_ida.c 	return (tests_run != tests_passed) ? 0 : -EINVAL;
tests_passed       13 lib/test_xarray.c static unsigned int tests_passed;
tests_passed       30 lib/test_xarray.c 		tests_passed++;					\
tests_passed     1716 lib/test_xarray.c 	printk("XArray: %u of %u tests passed\n", tests_passed, tests_run);
tests_passed     1717 lib/test_xarray.c 	return (tests_run == tests_passed) ? 0 : -EINVAL;