Searched refs:test2_result (Results 1 – 8 of 8) sorted by relevance
42 __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()
11 int test2_result = 0; variable 35 test2_result = 1; in BPF_UPROBE()
19 __u64 test2_result = 0; variable 25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
17 __u64 test2_result = 0; variable 21 test2_result = a == 2 && b == 3; in BPF_PROG()
35 __u64 test2_result = 0; variable 41 test2_result = (const void *) addr == &bpf_fentry_test2; in BPF_PROG()
17 __u64 test2_result = 0; variable 21 test2_result = a == 2 && b == 3 && ret == 5; in BPF_PROG()
78 ASSERT_EQ(fentry_skel->bss->test2_result, 1, in fentry_many_args()
78 ASSERT_EQ(fexit_skel->bss->test2_result, 1, in fexit_many_args()