Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dstatic_stub.c64 KUNIT_ASSERT_PTR_NE_MSG(test, real_fn_addr, NULL, in kunit_deactivate_static_stub()
73 KUNIT_ASSERT_PTR_NE_MSG(test, res, NULL, in kunit_deactivate_static_stub()
94 KUNIT_ASSERT_PTR_NE_MSG(test, real_fn_addr, NULL, in __kunit_activate_static_stub()
/openbmc/linux/include/kunit/
H A Dtest.h1304 KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL)
1306 #define KUNIT_ASSERT_PTR_NE_MSG(test, left, right, fmt, ...) \ macro