Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1514 KUNIT_ASSERT_LE_MSG(test, left, right, NULL)
1516 #define KUNIT_ASSERT_LE_MSG(test, left, right, fmt, ...) \ macro
/linux/lib/tests/
H A Dstring_kunit.c465 KUNIT_ASSERT_LE_MSG(test, count, max_count, in strscpy_check()