Searched refs:test3_result (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe.c12 int test3_result = 0; variable
47 test3_result = ret;
H A Dget_func_args_test.c69 __u64 test3_result = 0; variable
77 test3_result = cnt == 2;
81 test3_result &= err == 0 && ((int) a == 1);
84 test3_result &= err == 0 && ((int *) b == _b);
88 test3_result &= err == -EINVAL;
92 test3_result &= err == 0 && ret == 0;
H A Dfentry_test.c25 __u64 test3_result = 0; variable
29 test3_result = a == 4 && b == 5 && c == 6;
H A Dfentry_many_args.c30 __u64 test3_result = 0; variable
35 test3_result = a == 16 && b == 17 && c == 18 && d == 19 &&
H A Dfexit_many_args.c31 __u64 test3_result = 0; variable
36 test3_result = a == 16 && b == 17 && c == 18 && d == 19 &&
H A Dfexit_test.c25 __u64 test3_result = 0; variable
29 test3_result = a == 4 && b == 5 && c == 6 && ret == 15;
H A Dget_func_ip_test.c46 __u64 test3_result = 0; variable
52 test3_result = (const void *) addr == &bpf_fentry_test3;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_args_test.c39 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result");
H A Dfexit_test.c80 ASSERT_EQ(fexit_skel->bss->test3_result, 1,
H A Dfentry_test.c80 ASSERT_EQ(fentry_skel->bss->test3_result, 1,
H A Duprobe.c88 ASSERT_EQ(skel->bss->test3_result, 3, "urandlib_api_sameoffset@@v2");
H A Dget_func_ip_test.c44 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result");

Completed in 165 milliseconds