Searched refs:test7_result (Results 1 – 5 of 5) sorted by relevance
169 __u64 test7_result = 0; variable178 test7_result = cnt == 1; in BPF_PROG()182 test7_result &= err == 0 && ((int) a == 1); in BPF_PROG()186 test7_result &= err == -EINVAL; in BPF_PROG()190 test7_result &= err == 0 && ret == 2; in BPF_PROG()193 test7_result &= err == 0 && ret == 0; in BPF_PROG()202 test7_result = 1; in BPF_PROG()
63 __u64 test7_result = 0; variable68 test7_result = 1; in BPF_PROG()
64 __u64 test7_result = 0; variable69 test7_result = 1; in BPF_PROG()
87 __u64 test7_result = 0; variable93 test7_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_UPROBE()
47 ASSERT_EQ(skel->bss->test7_result, 1, "test7_result"); in test_function_entry()