Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dbitfield_kunit.c16 KUNIT_ASSERT_FALSE_MSG(context, _res != res, \
29 KUNIT_ASSERT_FALSE_MSG(context, \
44 KUNIT_ASSERT_FALSE_MSG(context, \
/Linux-v5.10/include/kunit/
Dtest.h1504 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ macro