Home
last modified time | relevance | path

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

/Linux-v6.6/lib/kunit/
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()
/Linux-v6.6/include/kunit/
Dtest.h1304 KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL)
1306 #define KUNIT_ASSERT_PTR_NE_MSG(test, left, right, fmt, ...) \ macro