Home
last modified time | relevance | path

Searched refs:tests_passed (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/lib/
Dtest_ida.c13 static unsigned int tests_passed; variable
24 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()