Searched refs:KUNIT_ASSERT_TRUE_MSG (Results 1 – 2 of 2) sorted by relevance
184 KUNIT_ASSERT_TRUE_MSG(test, test_cache, "could not create cache"); in setup_test_cache()296 KUNIT_ASSERT_TRUE_MSG(test, false, "failed to allocate from KFENCE"); in test_alloc()
1485 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro