Searched refs:test6_result (Results 1 – 5 of 5) sorted by relevance
145 __u64 test6_result = 0; variable153 test6_result = cnt == 2; in BPF_PROG()157 test6_result &= err == 0 && (int) a == 2; in BPF_PROG()160 test6_result &= err == 0 && b == 3; in BPF_PROG()164 test6_result &= err == -EINVAL; in BPF_PROG()
50 __u64 test6_result = 0; variable54 test6_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
51 __u64 test6_result = 0; variable55 test6_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
75 __u64 test6_result = 0; variable81 test6_result = (const void *) addr == 0; in test6()
98 ASSERT_EQ(skel->bss->test6_result, 1, "test6_result"); in test_function_body_kprobe()