Searched refs:test6_result (Results 1 – 4 of 4) sorted by relevance
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()
96 ASSERT_EQ(skel->bss->test6_result, 1, "test6_result"); in test_function_body_kprobe()