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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe.c11 int test2_result = 0; variable
35 test2_result = 1;
H A Dget_func_args_test.c42 __u64 test2_result = 0; variable
50 test2_result = cnt == 2;
54 test2_result &= err == 0 && (int) a == 2;
57 test2_result &= err == 0 && b == 3;
61 test2_result &= err == -EINVAL;
65 test2_result &= err == 0 && ret == 5;
H A Dfentry_test.c17 __u64 test2_result = 0; variable
21 test2_result = a == 2 && b == 3;
H A Dfentry_many_args.c19 __u64 test2_result = 0; variable
24 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 &&
H A Dfexit_many_args.c19 __u64 test2_result = 0; variable
25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 &&
H A Dfexit_test.c17 __u64 test2_result = 0; variable
21 test2_result = a == 2 && b == 3 && ret == 5;
H A Dget_func_ip_test.c36 __u64 test2_result = 0; variable
42 test2_result = (const void *) addr == &bpf_fentry_test2;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_args_test.c38 ASSERT_EQ(skel->bss->test2_result, 1, "test2_result");
H A Dfexit_test.c78 ASSERT_EQ(fexit_skel->bss->test2_result, 1,
H A Dfentry_test.c78 ASSERT_EQ(fentry_skel->bss->test2_result, 1,
H A Duprobe.c87 ASSERT_EQ(skel->bss->test2_result, 1, "urandlib_api_sameoffset@v1");
H A Dget_func_ip_test.c43 ASSERT_EQ(skel->bss->test2_result, 1, "test2_result");

Completed in 131 milliseconds