Symbol: KUNIT_EXPECT_EQ_MSG
arch/riscv/kernel/tests/kprobes/test-kprobes.c
38
KUNIT_EXPECT_EQ_MSG(test, KPROBE_TEST_MAGIC, func(), "function %d broken", i);
drivers/android/tests/binder_alloc_kunit.c
243
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/android/tests/binder_alloc_kunit.c
251
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/android/tests/binder_alloc_kunit.c
260
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/android/tests/binder_alloc_kunit.c
266
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/android/tests/binder_alloc_kunit.c
274
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/android/tests/binder_alloc_kunit.c
280
KUNIT_EXPECT_EQ_MSG(test, failures, 0,
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
1761
KUNIT_EXPECT_EQ_MSG(test, ret, 0, "cs_dsp_power_up failed: %d\n", ret);
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
533
KUNIT_EXPECT_EQ_MSG(test, ret, 0, "%s @%u num:%u\n",
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
630
KUNIT_EXPECT_EQ_MSG(test, ret, 0, "%s @%u num:%u\n",
drivers/gpu/drm/tests/drm_buddy_test.c
835
KUNIT_EXPECT_EQ_MSG(test, mm.max_order, DRM_BUDDY_MAX_ORDER,
drivers/gpu/drm/tests/drm_buddy_test.c
846
KUNIT_EXPECT_EQ_MSG(test, drm_buddy_block_order(block), mm.max_order,
drivers/gpu/drm/tests/drm_buddy_test.c
850
KUNIT_EXPECT_EQ_MSG(test, drm_buddy_block_size(&mm, block),
drivers/gpu/drm/tests/drm_damage_helper_test.c
133
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
153
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1,
drivers/gpu/drm/tests/drm_damage_helper_test.c
173
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
193
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
212
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
230
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
248
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
270
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
292
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
315
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return damage clipped to src.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
338
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
362
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
388
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1,
drivers/gpu/drm/tests/drm_damage_helper_test.c
415
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
438
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1,
drivers/gpu/drm/tests/drm_damage_helper_test.c
465
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1,
drivers/gpu/drm/tests/drm_damage_helper_test.c
495
KUNIT_EXPECT_EQ_MSG(test, num_hits, 2, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
525
KUNIT_EXPECT_EQ_MSG(test, num_hits, 2, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
548
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return damage when set.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
574
KUNIT_EXPECT_EQ_MSG(test, num_hits, 1,
drivers/gpu/drm/tests/drm_damage_helper_test.c
603
KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should not return any damage.");
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
267
KUNIT_EXPECT_EQ_MSG(test, xe_guc_cache_gpu_addr_from_ptr(cache, p + n, sizeof(u32)),
drivers/gpu/drm/xe/tests/xe_lmtt_test.c
52
KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr - 1, n), 0,
drivers/gpu/drm/xe/tests/xe_lmtt_test.c
54
KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr + 1, n), 1,
drivers/gpu/drm/xe/tests/xe_lmtt_test.c
56
KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr * 2 - 1, n), 1,
drivers/gpu/drm/xe/tests/xe_lmtt_test.c
58
KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr * 2, n), 2,
drivers/gpu/drm/xe/tests/xe_mocs.c
103
KUNIT_EXPECT_EQ_MSG(test, mocs_expected, mocs,
drivers/gpu/drm/xe/tests/xe_mocs.c
72
KUNIT_EXPECT_EQ_MSG(test, l3cc_expected, l3cc,
drivers/iio/test/iio-test-rescale.c
672
KUNIT_EXPECT_EQ_MSG(test, rel_ppm, 0,
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
249
KUNIT_EXPECT_EQ_MSG(test, !!base->ucode_api_min,
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
260
KUNIT_EXPECT_EQ_MSG(test, !!rf_cfg->ucode_api_min,
fs/ext4/extents-test.c
182
KUNIT_EXPECT_EQ_MSG(test, 1, ee_block >= EXT_DATA_LBLK, "ee_block=%d",
fs/ext4/extents-test.c
474
KUNIT_EXPECT_EQ_MSG(test, 0,
fs/ext4/inode-test.c
252
KUNIT_EXPECT_EQ_MSG(test,
fs/ext4/inode-test.c
260
KUNIT_EXPECT_EQ_MSG(test,
fs/fat/fat_test.c
145
KUNIT_EXPECT_EQ_MSG(test,
fs/fat/fat_test.c
149
KUNIT_EXPECT_EQ_MSG(test,
fs/fat/fat_test.c
168
KUNIT_EXPECT_EQ_MSG(test,
fs/fat/fat_test.c
172
KUNIT_EXPECT_EQ_MSG(test,
fs/fat/fat_test.c
176
KUNIT_EXPECT_EQ_MSG(test,
fs/tests/exec_kunit.c
115
KUNIT_EXPECT_EQ_MSG(test, rc, result->expected_rc, "on loop %d", i);
fs/tests/exec_kunit.c
117
KUNIT_EXPECT_EQ_MSG(test, bprm.argmin, result->expected_argmin, "on loop %d", i);
fs/unicode/tests/utf8_kunit.c
172
KUNIT_EXPECT_EQ_MSG(test, c, nfdi_test_data[i].dec[j],
fs/unicode/tests/utf8_kunit.c
204
KUNIT_EXPECT_EQ_MSG(test, c, nfdicf_test_data[i].ncf[j],
fs/unicode/tests/utf8_kunit.c
274
KUNIT_EXPECT_EQ_MSG(test, IS_ERR(um), 0,
include/kunit/test.h
1033
KUNIT_EXPECT_EQ_MSG(test, left, right, NULL)
kernel/kcsan/kcsan_test.c
546
KUNIT_EXPECT_EQ_MSG(test, reorder_access->size, \
kernel/resource_kunit.c
89
KUNIT_EXPECT_EQ_MSG(test, ret, exp_ret, "Resources %pR %pR", r1, r2);
kernel/resource_kunit.c
90
KUNIT_EXPECT_EQ_MSG(test, r->start, exp_r->start, "Start elements are not equal");
kernel/resource_kunit.c
91
KUNIT_EXPECT_EQ_MSG(test, r->end, exp_r->end, "End elements are not equal");
lib/crc/tests/crc_kunit.c
225
KUNIT_EXPECT_EQ_MSG(test, expected_crc, actual_crc,
lib/crypto/tests/curve25519_kunit.c
1294
KUNIT_EXPECT_EQ_MSG(test, ret, vec->valid,
lib/crypto/tests/curve25519_kunit.c
1313
KUNIT_EXPECT_EQ_MSG(test, ret, ret2,
lib/packing_test.c
383
KUNIT_EXPECT_EQ_MSG(test, err, 0, "pack() returned %pe\n", ERR_PTR(err));
lib/packing_test.c
395
KUNIT_EXPECT_EQ_MSG(test, err, 0, "unpack() returned %pe\n", ERR_PTR(err));
lib/tests/cmdline_kunit.c
116
KUNIT_EXPECT_EQ_MSG(test, r[0], e[0], "in test %u (parsed) expected %d numbers, got %d",
lib/tests/cmdline_kunit.c
119
KUNIT_EXPECT_EQ_MSG(test, r[i], e[i], "in test %u at %u", n, i);
lib/tests/cmdline_kunit.c
123
KUNIT_EXPECT_EQ_MSG(test, r[0], e[0], "in test %u (validated) expected %d numbers, got %d",
lib/tests/cmdline_kunit.c
50
KUNIT_EXPECT_EQ_MSG(test, ret, rc, fmt, in);
lib/tests/cpumask_kunit.c
23
KUNIT_EXPECT_EQ_MSG((test), mask_weight, iter, MASK_MSG(mask)); \
lib/tests/cpumask_kunit.c
46
KUNIT_EXPECT_EQ_MSG((test), mask_weight, iter, MASK_MSG(mask)); \
lib/tests/cpumask_kunit.c
55
KUNIT_EXPECT_EQ_MSG((test), mask_weight, iter, MASK_MSG(cpu_##name##_mask)); \
lib/tests/cpumask_kunit.c
67
KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_weight(&mask_empty), MASK_MSG(&mask_empty));
lib/tests/cpumask_kunit.c
68
KUNIT_EXPECT_EQ_MSG(test, nr_cpu_ids, cpumask_weight(cpu_possible_mask),
lib/tests/cpumask_kunit.c
70
KUNIT_EXPECT_EQ_MSG(test, nr_cpu_ids, cpumask_weight(&mask_all), MASK_MSG(&mask_all));
lib/tests/cpumask_kunit.c
76
KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_first(cpu_possible_mask), MASK_MSG(cpu_possible_mask));
lib/tests/cpumask_kunit.c
78
KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_first_zero(&mask_empty), MASK_MSG(&mask_empty));
lib/tests/cpumask_kunit.c
87
KUNIT_EXPECT_EQ_MSG(test, nr_cpu_ids - 1, cpumask_last(cpu_possible_mask),
lib/tests/cpumask_kunit.c
93
KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_next_zero(-1, &mask_empty), MASK_MSG(&mask_empty));
lib/tests/cpumask_kunit.c
99
KUNIT_EXPECT_EQ_MSG(test, 0, cpumask_next(-1, cpu_possible_mask),
lib/tests/ffs_kunit.c
106
KUNIT_EXPECT_EQ_MSG(test, actual, expected,
lib/tests/ffs_kunit.c
118
KUNIT_EXPECT_EQ_MSG(test, actual, expected,
lib/tests/ffs_kunit.c
147
KUNIT_EXPECT_EQ_MSG(test, ffs_result, ffs_0based + 1,
lib/tests/ffs_kunit.c
152
KUNIT_EXPECT_EQ_MSG(test, fls_result, fls_0based + 1,
lib/tests/ffs_kunit.c
190
KUNIT_EXPECT_EQ_MSG(test, fls64(input), fls(input_32),
lib/tests/ffs_kunit.c
195
KUNIT_EXPECT_EQ_MSG(test, __ffs64(input), __ffs(input_32),
lib/tests/ffs_kunit.c
390
KUNIT_EXPECT_EQ_MSG(test, result, tc->expected_ffz,
lib/tests/ffs_kunit.c
422
KUNIT_EXPECT_EQ_MSG(test, (input >> ffz_result) & 1, 0,
lib/tests/fortify_kunit.c
140
KUNIT_EXPECT_EQ_MSG(test, __builtin_object_size(p, 1), \
lib/tests/fortify_kunit.c
150
KUNIT_EXPECT_EQ_MSG(test, __builtin_dynamic_object_size(p, 1), \
lib/tests/glob_kunit.c
106
KUNIT_EXPECT_EQ_MSG(test,
lib/tests/kfifo_kunit.c
161
KUNIT_EXPECT_EQ_MSG(test, ret, 0, "Memory allocation should succeed");
lib/tests/kunit_iov_iter.c
138
KUNIT_EXPECT_EQ_MSG(test, buffer[i], scratch[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
193
KUNIT_EXPECT_EQ_MSG(test, scratch[i], buffer[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
301
KUNIT_EXPECT_EQ_MSG(test, buffer[i], scratch[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
358
KUNIT_EXPECT_EQ_MSG(test, scratch[i], buffer[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
466
KUNIT_EXPECT_EQ_MSG(test, buffer[i], scratch[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
531
KUNIT_EXPECT_EQ_MSG(test, scratch[i], buffer[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
625
KUNIT_EXPECT_EQ_MSG(test, buffer[i], scratch[i], "at i=%x", i);
lib/tests/kunit_iov_iter.c
688
KUNIT_EXPECT_EQ_MSG(test, scratch[i], buffer[i], "at i=%x", i);
lib/tests/memcpy_kunit.c
43
KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \
lib/tests/overflow_kunit.c
1089
KUNIT_EXPECT_EQ_MSG(test, __pass, pass, \
lib/tests/overflow_kunit.c
260
KUNIT_EXPECT_EQ_MSG(test, _of, of, \
lib/tests/overflow_kunit.c
263
KUNIT_EXPECT_EQ_MSG(test, _r, r, \
lib/tests/overflow_kunit.c
268
KUNIT_EXPECT_EQ_MSG(test, _a_orig, _a_bump, \
lib/tests/overflow_kunit.c
270
KUNIT_EXPECT_EQ_MSG(test, _b_orig, _b_bump, \
lib/tests/overflow_kunit.c
281
KUNIT_EXPECT_EQ_MSG(test, _a_orig, _a_bump, \
lib/tests/overflow_kunit.c
283
KUNIT_EXPECT_EQ_MSG(test, _b_orig, _b_bump, \
lib/tests/overflow_kunit.c
320
KUNIT_EXPECT_EQ_MSG(test, global_counter, 1, \
lib/tests/overflow_kunit.c
322
KUNIT_EXPECT_EQ_MSG(test, _b_orig, _b_bump, \
lib/tests/overflow_kunit.c
403
KUNIT_EXPECT_EQ_MSG(test, __of, of, \
lib/tests/overflow_kunit.c
407
KUNIT_EXPECT_EQ_MSG(test, __d, __e, \
lib/tests/overflow_kunit.c
722
KUNIT_EXPECT_EQ_MSG(test, _r, expected, \
lib/tests/overflow_kunit.c
803
KUNIT_EXPECT_EQ_MSG(test, __of, of, \
lib/tests/randstruct_kunit.c
184
KUNIT_EXPECT_EQ_MSG(test, untouched->x, shuffled->x, \
lib/tests/randstruct_kunit.c
204
KUNIT_EXPECT_EQ_MSG(test, untouched->untouched.x, \
lib/tests/siphash_kunit.c
114
KUNIT_EXPECT_EQ_MSG(test, hash, vector, fmt)
lib/tests/string_helpers_kunit.c
402
KUNIT_EXPECT_EQ_MSG(test, q_real, q_test, "name:%s: flags:%#x", name, flags);
lib/tests/string_kunit.c
538
KUNIT_EXPECT_EQ_MSG(test, wrap.canary1, ULONG_MAX,
lib/tests/string_kunit.c
540
KUNIT_EXPECT_EQ_MSG(test, wrap.canary2, ULONG_MAX,
lib/tests/test_hash.c
164
KUNIT_EXPECT_EQ_MSG(test, string_or, -1u,
lib/tests/test_hash.c
187
KUNIT_EXPECT_EQ_MSG(test, hashlen_len(hashlen), j-i,
lib/tests/test_hash.c
191
KUNIT_EXPECT_EQ_MSG(test, hashlen_hash(hashlen), h0,
lib/tests/test_hash.c
200
KUNIT_EXPECT_EQ_MSG(test, hash_or[0][0], -1u,
lib/tests/test_hash.c
205
KUNIT_EXPECT_EQ_MSG(test, hash_or[1][0], -1u,
lib/tests/test_hash.c
215
KUNIT_EXPECT_EQ_MSG(test, hash_or[0][i], m,
lib/tests/test_hash.c
218
KUNIT_EXPECT_EQ_MSG(test, hash_or[1][i], m,
lib/tests/test_hash.c
76
KUNIT_EXPECT_EQ_MSG(test, params->h1, params->h2,
lib/tests/test_hash.c
89
KUNIT_EXPECT_EQ_MSG(test, params->h1, params->h2,
lib/tests/test_list_sort.c
106
KUNIT_EXPECT_EQ_MSG(test, count, TEST_LIST_LEN,
lib/tests/test_list_sort.c
39
KUNIT_EXPECT_EQ_MSG(test, ela->poison1, TEST_POISON1, "bad poison");
lib/tests/test_list_sort.c
40
KUNIT_EXPECT_EQ_MSG(test, ela->poison2, TEST_POISON2, "bad poison");
lib/tests/test_list_sort.c
42
KUNIT_EXPECT_EQ_MSG(test, elb->poison1, TEST_POISON1, "bad poison");
lib/tests/test_list_sort.c
43
KUNIT_EXPECT_EQ_MSG(test, elb->poison2, TEST_POISON2, "bad poison");
lib/tests/usercopy_kunit.c
133
KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0,
lib/tests/usercopy_kunit.c
146
KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0,
lib/tests/usercopy_kunit.c
156
KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), -E2BIG,
lib/tests/usercopy_kunit.c
164
KUNIT_EXPECT_EQ_MSG(test, clear_user(umem + ksize, usize - ksize), 0,
lib/tests/usercopy_kunit.c
168
KUNIT_EXPECT_EQ_MSG(test, copy_struct_from_user(kmem, ksize, umem, usize), 0,
lib/tests/usercopy_kunit.c
184
KUNIT_EXPECT_EQ_MSG(test, 0, copy_to_user(usermem, kmem, PAGE_SIZE),
lib/tests/usercopy_kunit.c
187
KUNIT_EXPECT_EQ_MSG(test, 0, copy_from_user(kmem, usermem, PAGE_SIZE),
lib/tests/usercopy_kunit.c
195
KUNIT_EXPECT_EQ_MSG(test, 0, \
lib/tests/usercopy_kunit.c
199
KUNIT_EXPECT_EQ_MSG(test, 0, \
lib/tests/usercopy_kunit.c
202
KUNIT_EXPECT_EQ_MSG(test, val_##size, check, \
lib/tests/usercopy_kunit.c
270
KUNIT_EXPECT_EQ_MSG(test, val_##size, 0, \
lib/tests/usercopy_kunit.c
276
KUNIT_EXPECT_EQ_MSG(test, *kmem_u64, 0xF09FA4AFF09FA4AF, \
lib/tests/usercopy_kunit.c
89
KUNIT_EXPECT_EQ_MSG(test, copy_to_user(umem, kmem, size), 0,
net/sunrpc/auth_gss/gss_krb5_test.c
114
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1194
KUNIT_EXPECT_EQ_MSG(test, param->expected_result->len,
net/sunrpc/auth_gss/gss_krb5_test.c
1197
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1201
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1687
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1690
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1695
KUNIT_EXPECT_EQ_MSG(test, memcmp(param->expected_hmac->data,
net/sunrpc/auth_gss/gss_krb5_test.c
1826
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
1829
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
317
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
569
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
572
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
576
KUNIT_EXPECT_EQ_MSG(test,
net/sunrpc/auth_gss/gss_krb5_test.c
66
KUNIT_EXPECT_EQ_MSG(test,
security/landlock/id.c
69
KUNIT_EXPECT_EQ_MSG(
sound/hda/codecs/side-codecs/cirrus_scodec_test.c
219
KUNIT_EXPECT_EQ_MSG(test, ret, 0, "Failed to add swnode\n");
sound/hda/codecs/side-codecs/cirrus_scodec_test.c
228
KUNIT_EXPECT_EQ_MSG(test, ret, v,
sound/soc/codecs/cs35l56-test.c
360
KUNIT_EXPECT_EQ_MSG(test, cs35l56->base.onchip_spkid_gpios[i],
sound/soc/codecs/cs35l56-test.c
369
KUNIT_EXPECT_EQ_MSG(test, cs35l56->base.onchip_spkid_pulls[i],
sound/soc/soc-card-test.c
53
KUNIT_EXPECT_EQ_MSG(test, mc->shift, i, "For '%s'\n", test_card_controls[i].name);
sound/soc/soc-topology-test.c
223
KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret,
sound/soc/soc-topology-test.c
327
KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret,
sound/soc/soc-topology-test.c
60
KUNIT_EXPECT_EQ_MSG(kunit_comp->kunit, kunit_comp->expect, ret,