Home
last modified time | relevance | path

Searched refs:test7_result (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c169 __u64 test7_result = 0; variable
178 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()
H A Dfentry_test.c63 __u64 test7_result = 0; variable
68 test7_result = 1; in BPF_PROG()
H A Dfexit_test.c64 __u64 test7_result = 0; variable
69 test7_result = 1; in BPF_PROG()
H A Dget_func_ip_test.c87 __u64 test7_result = 0; variable
93 test7_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_UPROBE()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_ip_test.c47 ASSERT_EQ(skel->bss->test7_result, 1, "test7_result"); in test_function_entry()