Searched refs:tests_passed (Results 1 – 2 of 2) sorted by relevance
13 static unsigned int tests_passed; variable24 tests_passed++; \166 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run); in ida_checks()167 return (tests_run != tests_passed) ? 0 : -EINVAL; in ida_checks()
13 static unsigned int tests_passed; variable27 tests_passed++; \1639 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()1640 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()