Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
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()