Searched refs:KUNIT_ASSERT_LE_MSG (Results 1 – 2 of 2) sorted by relevance
| /linux/include/kunit/ |
| H A D | test.h | 1514 KUNIT_ASSERT_LE_MSG(test, left, right, NULL) 1516 #define KUNIT_ASSERT_LE_MSG(test, left, right, fmt, ...) \ macro
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 465 KUNIT_ASSERT_LE_MSG(test, count, max_count, in strscpy_check()
|