Searched refs:KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/include/kunit/ |
H A D | test.h | 1489 KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) 1491 #define KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, fmt, ...) \ macro
|
/kernel/linux/linux-5.10/include/kunit/ |
H A D | test.h | 1738 #define KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, fmt, ...) \ macro
|
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 571 KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \ 578 KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, \
|
Completed in 5 milliseconds