Home
last modified time | relevance | path

Searched refs:test7_result (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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.c88 __u64 test7_result = 0; variable
94 test7_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_UPROBE()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds