Searched refs:KUNIT_FAIL_AND_ABORT (Results 1 – 4 of 4) sorted by relevance
34 KUNIT_FAIL_AND_ABORT(test, "Register device failed: %d", ret); in input_test_init()
216 KUNIT_FAIL_AND_ABORT(test, "Fail to insert resource %pR\n", res); in resource_test_insert_resource()
560 KUNIT_FAIL_AND_ABORT(test, "Ran out of chunks"); in test_next_chunk_len()
1291 #define KUNIT_FAIL_AND_ABORT(test, fmt, ...) \ macro