Home
last modified time | relevance | path

Searched refs:test2_result (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dget_func_args_test.c42 __u64 test2_result = 0; variable
50 test2_result = cnt == 2; in BPF_PROG()
54 test2_result &= err == 0 && (int) a == 2; in BPF_PROG()
57 test2_result &= err == 0 && b == 3; in BPF_PROG()
61 test2_result &= err == -EINVAL; in BPF_PROG()
65 test2_result &= err == 0 && ret == 5; in BPF_PROG()
Dfentry_many_args.c19 __u64 test2_result = 0; variable
24 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
Dfexit_many_args.c19 __u64 test2_result = 0; variable
25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
Dfentry_test.c17 __u64 test2_result = 0; variable
21 test2_result = a == 2 && b == 3; in BPF_PROG()
Dget_func_ip_test.c36 __u64 test2_result = 0; variable
42 test2_result = (const void *) addr == &bpf_fentry_test2; in BPF_PROG()
Dfexit_test.c17 __u64 test2_result = 0; variable
21 test2_result = a == 2 && b == 3 && ret == 5; in BPF_PROG()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dget_func_args_test.c38 ASSERT_EQ(skel->bss->test2_result, 1, "test2_result"); in test_get_func_args_test()
Dfentry_test.c78 ASSERT_EQ(fentry_skel->bss->test2_result, 1, in fentry_many_args()
Dfexit_test.c78 ASSERT_EQ(fexit_skel->bss->test2_result, 1, in fexit_many_args()
Dget_func_ip_test.c43 ASSERT_EQ(skel->bss->test2_result, 1, "test2_result"); in test_function_entry()