Searched refs:KUNIT_EXPECT_MEMEQ_MSG (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/lib/tests/ |
| H 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()
|
| H 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-6.15/include/kunit/ |
| H A D | test.h | 1183 KUNIT_EXPECT_MEMEQ_MSG(test, left, right, size, NULL) 1185 #define KUNIT_EXPECT_MEMEQ_MSG(test, left, right, size, fmt, ...) \ macro
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 1907 KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i], in drm_test_fb_memcpy() 1921 KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i], in drm_test_fb_memcpy()
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_wmfw.c | 534 KUNIT_EXPECT_MEMEQ_MSG(test, readback, payload_data[i], payload_size_bytes, in wmfw_write_multiple_unpacked_mem() 632 KUNIT_EXPECT_MEMEQ_MSG(test, readback, payload_data[i], payload_size_bytes, in wmfw_write_multiple_packed_unpacked_mem()
|