Searched refs:KUNIT_EXPECT_MEMEQ_MSG (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| A D | usercopy_kunit.c | 134 KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize, in usercopy_test_copy_struct_from_user() 147 KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize, in usercopy_test_copy_struct_from_user() 169 KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize, in usercopy_test_copy_struct_from_user() 188 KUNIT_EXPECT_MEMEQ_MSG(test, kmem, kmem + PAGE_SIZE, PAGE_SIZE, in usercopy_test_valid() 241 KUNIT_EXPECT_MEMEQ_MSG(test, kmem + PAGE_SIZE, kmem, PAGE_SIZE, in usercopy_test_invalid()
|
| A D | string_helpers_kunit.c | 21 KUNIT_EXPECT_MEMEQ_MSG(test, out_test, out_real, q_test, in test_string_check_buf() 477 KUNIT_EXPECT_MEMEQ_MSG(test, res, exp, strlen(exp) + 1, in test_string_get_size_check()
|
| /linux/include/kunit/ |
| A D | test.h | 1181 KUNIT_EXPECT_MEMEQ_MSG(test, left, right, size, NULL) 1183 #define KUNIT_EXPECT_MEMEQ_MSG(test, left, right, size, fmt, ...) \ macro
|
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_format_helper_test.c | 1827 KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i], in drm_test_fb_memcpy() 1841 KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i], in drm_test_fb_memcpy()
|
Completed in 18 milliseconds