Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1670 KUNIT_ASSERT_NULL_MSG(test, \
1674 #define KUNIT_ASSERT_NULL_MSG(test, ptr, fmt, ...) \ macro
/linux/lib/tests/
H A Dstring_kunit.c243 KUNIT_ASSERT_NULL_MSG(test, result, in string_test_strnchr()