Symbol: KUNIT_EXPECT_MEMEQ_MSG
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
536
KUNIT_EXPECT_MEMEQ_MSG(test, readback, payload_data[i], payload_size_bytes,
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
634
KUNIT_EXPECT_MEMEQ_MSG(test, readback, payload_data[i], payload_size_bytes,
drivers/gpu/drm/tests/drm_format_helper_test.c
1695
KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i],
drivers/gpu/drm/tests/drm_format_helper_test.c
1705
KUNIT_EXPECT_MEMEQ_MSG(test, buf[i], expected[i], dst_size[i],
include/kunit/test.h
1248
KUNIT_EXPECT_MEMEQ_MSG(test, left, right, size, NULL)
lib/crypto/tests/curve25519_kunit.c
1297
KUNIT_EXPECT_MEMEQ_MSG(test, out, vec->result, sizeof(out),
lib/crypto/tests/curve25519_kunit.c
1315
KUNIT_EXPECT_MEMEQ_MSG(test, out, out2, CURVE25519_KEY_SIZE,
lib/crypto/tests/hash-test-template.h
526
KUNIT_EXPECT_MEMEQ_MSG(test, mac, hmac_testvec_consolidated, HASH_SIZE,
lib/crypto/tests/hash-test-template.h
528
KUNIT_EXPECT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx),
lib/tests/string_helpers_kunit.c
21
KUNIT_EXPECT_MEMEQ_MSG(test, out_test, out_real, q_test,
lib/tests/string_helpers_kunit.c
477
KUNIT_EXPECT_MEMEQ_MSG(test, res, exp, strlen(exp) + 1,
lib/tests/usercopy_kunit.c
135
KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize,
lib/tests/usercopy_kunit.c
148
KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize,
lib/tests/usercopy_kunit.c
170
KUNIT_EXPECT_MEMEQ_MSG(test, kmem, expected, ksize,
lib/tests/usercopy_kunit.c
189
KUNIT_EXPECT_MEMEQ_MSG(test, kmem, kmem + PAGE_SIZE, PAGE_SIZE,
lib/tests/usercopy_kunit.c
242
KUNIT_EXPECT_MEMEQ_MSG(test, kmem + PAGE_SIZE, kmem, PAGE_SIZE,