Symbol: expected_result
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c
496
enum i2c_channel_operation_result expected_result)
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c
509
if (result != expected_result)
drivers/gpu/drm/tests/drm_atomic_state_test.c
23
int expected_result;
drivers/gpu/drm/tests/drm_atomic_state_test.c
266
KUNIT_ASSERT_EQ(test, ret, param->expected_result);
drivers/gpu/drm/tests/drm_atomic_state_test.c
325
KUNIT_ASSERT_EQ(test, ret, param->expected_result);
drivers/gpu/drm/tests/drm_atomic_state_test.c
347
.expected_result = true,
drivers/gpu/drm/tests/drm_atomic_state_test.c
352
.expected_result = false,
drivers/gpu/drm/tests/drm_atomic_state_test.c
360
.expected_result = 0,
drivers/gpu/drm/tests/drm_atomic_state_test.c
366
.expected_result = 0,
drivers/gpu/drm/tests/drm_atomic_state_test.c
371
.expected_result = -EINVAL,
drivers/gpu/drm/tests/drm_connector_test.c
1120
int expected_result;
drivers/gpu/drm/tests/drm_connector_test.c
1127
.expected_result = _result, \
drivers/gpu/drm/tests/drm_connector_test.c
1172
KUNIT_EXPECT_EQ(test, ret, params->expected_result);
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
181
u32 expected_result;
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
189
.expected_result = IWL_MLD_EMLSR_EXIT_CHAN_LOAD,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
198
.expected_result = 0,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
207
.expected_result = IWL_MLD_EMLSR_EXIT_CHAN_LOAD,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
216
.expected_result = 0,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
225
.expected_result = 0,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
234
.expected_result = 0,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
243
.expected_result = IWL_MLD_EMLSR_EXIT_CHAN_LOAD,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
252
.expected_result = IWL_MLD_EMLSR_EXIT_EQUAL_BAND,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
261
.expected_result = IWL_MLD_EMLSR_EXIT_EQUAL_BAND,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
270
.expected_result = 0,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
279
.expected_result = IWL_MLD_EMLSR_EXIT_EQUAL_BAND,
drivers/net/wireless/intel/iwlwifi/mld/tests/link-selection.c
325
KUNIT_EXPECT_EQ(test, result, params->expected_result);
drivers/of/unittest.c
3784
.expected_result = expected, \
drivers/of/unittest.c
3792
int expected_result;
drivers/of/unittest.c
3916
if (info->expected_result != -9999) {
drivers/of/unittest.c
3989
if (ret != info->expected_result) {
drivers/of/unittest.c
3991
info->expected_result, ret, overlay_name);
drivers/platform/chrome/cros_ec_proto_test.c
2528
int expected_result;
drivers/platform/chrome/cros_ec_proto_test.c
2558
KUNIT_EXPECT_EQ(test, ret, test_data[i].expected_result);
lib/math/test_mul_u64_u64_div_u64.c
117
if (result != expected_result) {
lib/math/test_mul_u64_u64_div_u64.c
119
pr_err("ERROR: expected result: %016llx\n", expected_result);
lib/math/test_mul_u64_u64_div_u64.c
123
expected_result += test_values[i].round_up;
lib/math/test_mul_u64_u64_div_u64.c
124
if (result_up != expected_result) {
lib/math/test_mul_u64_u64_div_u64.c
126
pr_err("ERROR: expected result: %016llx\n", expected_result);
lib/math/test_mul_u64_u64_div_u64.c
95
u64 expected_result = test_values[i].result;
lib/math/tests/gcd_kunit.c
10
unsigned long expected_result;
lib/math/tests/gcd_kunit.c
39
KUNIT_EXPECT_EQ(test, tc->expected_result, gcd(tc->val1, tc->val2));
lib/math/tests/int_log_kunit.c
48
KUNIT_EXPECT_EQ(test, tc->expected_result, intlog2(tc->value));
lib/math/tests/int_log_kunit.c
57
KUNIT_EXPECT_EQ(test, tc->expected_result, intlog10(tc->value));
lib/math/tests/int_log_kunit.c
7
unsigned int expected_result;
lib/math/tests/int_pow_kunit.c
36
KUNIT_EXPECT_EQ(test, tc->expected_result, int_pow(tc->base, tc->exponent));
lib/math/tests/int_pow_kunit.c
9
u64 expected_result;
lib/math/tests/int_sqrt_kunit.c
11
unsigned long expected_result;
lib/math/tests/int_sqrt_kunit.c
50
KUNIT_EXPECT_EQ(test, tc->expected_result, int_sqrt(tc->x));
net/sunrpc/auth_gss/gss_krb5_test.c
1025
.expected_result = &rfc6803_enc_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1034
.expected_result = &rfc6803_enc_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1043
.expected_result = &rfc6803_enc_test3_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1052
.expected_result = &rfc6803_enc_test4_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1061
.expected_result = &rfc6803_enc_test5_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1070
.expected_result = &rfc6803_enc_test6_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1079
.expected_result = &rfc6803_enc_test7_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1088
.expected_result = &rfc6803_enc_test8_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1097
.expected_result = &rfc6803_enc_test9_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1106
.expected_result = &rfc6803_enc_test10_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
115
memcmp(param->expected_result->data,
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
1198
memcmp(param->expected_result->data,
net/sunrpc/auth_gss/gss_krb5_test.c
1202
memcmp(param->expected_result->data +
net/sunrpc/auth_gss/gss_krb5_test.c
1203
(param->expected_result->len - checksum.len),
net/sunrpc/auth_gss/gss_krb5_test.c
1291
.expected_result = &aes128_cts_hmac_sha256_128_Kc,
net/sunrpc/auth_gss/gss_krb5_test.c
1298
.expected_result = &aes128_cts_hmac_sha256_128_Ke,
net/sunrpc/auth_gss/gss_krb5_test.c
1305
.expected_result = &aes128_cts_hmac_sha256_128_Ki,
net/sunrpc/auth_gss/gss_krb5_test.c
1312
.expected_result = &aes256_cts_hmac_sha384_192_Kc,
net/sunrpc/auth_gss/gss_krb5_test.c
1319
.expected_result = &aes256_cts_hmac_sha384_192_Ke,
net/sunrpc/auth_gss/gss_krb5_test.c
1326
.expected_result = &aes256_cts_hmac_sha384_192_Ki,
net/sunrpc/auth_gss/gss_krb5_test.c
1365
.expected_result = &rfc8009_checksum_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1373
.expected_result = &rfc8009_checksum_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1537
.expected_result = &rfc8009_enc_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1546
.expected_result = &rfc8009_enc_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1555
.expected_result = &rfc8009_enc_test3_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1564
.expected_result = &rfc8009_enc_test4_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1573
.expected_result = &rfc8009_enc_test5_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1582
.expected_result = &rfc8009_enc_test6_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1591
.expected_result = &rfc8009_enc_test7_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1600
.expected_result = &rfc8009_enc_test8_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
1688
param->expected_result->len, buf.len,
net/sunrpc/auth_gss/gss_krb5_test.c
1691
memcmp(param->expected_result->data,
net/sunrpc/auth_gss/gss_krb5_test.c
1693
param->expected_result->len), 0,
net/sunrpc/auth_gss/gss_krb5_test.c
236
.expected_result = &nfold_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
242
.expected_result = &nfold_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
248
.expected_result = &nfold_test3_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
254
.expected_result = &nfold_test4_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
260
.expected_result = &nfold_test5_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
266
.expected_result = &nfold_test6_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
272
.expected_result = &nfold_test7_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
278
.expected_result = &nfold_test8_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
284
.expected_result = &nfold_test9_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
290
.expected_result = &nfold_test10_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
296
.expected_result = &nfold_test11_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
314
param->expected_result->len * 8, result);
net/sunrpc/auth_gss/gss_krb5_test.c
318
memcmp(param->expected_result->data,
net/sunrpc/auth_gss/gss_krb5_test.c
319
result, param->expected_result->len), 0,
net/sunrpc/auth_gss/gss_krb5_test.c
32
const struct xdr_netobj *expected_result;
net/sunrpc/auth_gss/gss_krb5_test.c
473
.expected_result = &rfc3962_enc_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
481
.expected_result = &rfc3962_enc_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
489
.expected_result = &rfc3962_enc_test3_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
497
.expected_result = &rfc3962_enc_test4_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
505
.expected_result = &rfc3962_enc_test5_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
513
.expected_result = &rfc3962_enc_test6_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
55
derivedkey.data = kunit_kzalloc(test, param->expected_result->len,
net/sunrpc/auth_gss/gss_krb5_test.c
570
param->expected_result->len, buf.len,
net/sunrpc/auth_gss/gss_krb5_test.c
573
memcmp(param->expected_result->data,
net/sunrpc/auth_gss/gss_krb5_test.c
574
text, param->expected_result->len), 0,
net/sunrpc/auth_gss/gss_krb5_test.c
58
derivedkey.len = param->expected_result->len;
net/sunrpc/auth_gss/gss_krb5_test.c
666
.expected_result = &camellia128_cts_cmac_Kc,
net/sunrpc/auth_gss/gss_krb5_test.c
67
memcmp(param->expected_result->data,
net/sunrpc/auth_gss/gss_krb5_test.c
673
.expected_result = &camellia128_cts_cmac_Ke,
net/sunrpc/auth_gss/gss_krb5_test.c
680
.expected_result = &camellia128_cts_cmac_Ki,
net/sunrpc/auth_gss/gss_krb5_test.c
687
.expected_result = &camellia256_cts_cmac_Kc,
net/sunrpc/auth_gss/gss_krb5_test.c
694
.expected_result = &camellia256_cts_cmac_Ke,
net/sunrpc/auth_gss/gss_krb5_test.c
701
.expected_result = &camellia256_cts_cmac_Ki,
net/sunrpc/auth_gss/gss_krb5_test.c
785
.expected_result = &rfc6803_checksum_test1_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
793
.expected_result = &rfc6803_checksum_test2_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
801
.expected_result = &rfc6803_checksum_test3_expected_result,
net/sunrpc/auth_gss/gss_krb5_test.c
809
.expected_result = &rfc6803_checksum_test4_expected_result,
samples/kfifo/bytestream-example.c
104
if (j != ARRAY_SIZE(expected_result)) {
samples/kfifo/bytestream-example.c
45
static const unsigned char expected_result[FIFO_SIZE] = {
samples/kfifo/bytestream-example.c
99
if (i != expected_result[j++]) {
samples/kfifo/inttype-example.c
45
static const int expected_result[FIFO_SIZE] = {
samples/kfifo/inttype-example.c
92
if (i != expected_result[j++]) {
samples/kfifo/inttype-example.c
97
if (j != ARRAY_SIZE(expected_result)) {
samples/kfifo/record-example.c
106
if (strcmp(buf, expected_result[i++])) {
samples/kfifo/record-example.c
111
if (i != ARRAY_SIZE(expected_result)) {
samples/kfifo/record-example.c
56
static const char *expected_result[] = {
tools/testing/selftests/bpf/prog_tests/sock_addr.c
2613
test->expected_result == LOAD_REJECT ||
tools/testing/selftests/bpf/prog_tests/sock_addr.c
2614
test->expected_result == ATTACH_REJECT);
tools/testing/selftests/bpf/prog_tests/sock_addr.c
2645
if (test->expected_result == SYSCALL_EPERM)
tools/testing/selftests/bpf/prog_tests/sock_addr.c
2647
else if (test->expected_result == SYSCALL_ENOTSUPP)
tools/testing/selftests/bpf/prog_tests/sock_addr.c
2649
else if (test->expected_result == SUCCESS)
tools/testing/selftests/bpf/prog_tests/sock_addr.c
373
} expected_result;
tools/testing/selftests/x86/amx.c
166
static void validate_req_xcomp_perm(enum expected_result exp)
tools/testing/selftests/x86/amx.c
203
static void validate_xcomp_perm(enum expected_result exp)
tools/testing/selftests/x86/amx.c
241
static void setup_altstack(void *addr, unsigned long size, enum expected_result exp)