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.h1602 KUNIT_ASSERT_NULL_MSG(test, \
1606 #define KUNIT_ASSERT_NULL_MSG(test, ptr, fmt, ...) \ macro
/linux/lib/
H A Dstring_kunit.c141 KUNIT_ASSERT_NULL_MSG(test, result, in string_test_strnchr()