Home
last modified time | relevance | path

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

/Linux-v5.15/mm/kfence/
Dkfence_test.c195 KUNIT_ASSERT_TRUE_MSG(test, test_cache, "could not create cache"); in setup_test_cache()
308 KUNIT_ASSERT_TRUE_MSG(test, false, "failed to allocate from KFENCE"); in test_alloc()
/Linux-v5.15/include/kunit/
Dtest.h1604 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro