Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dfentry_test.c63 __u64 test7_result = 0; variable
68 test7_result = 1; in BPF_PROG()
A Dget_func_ip_test.c76 __u64 test7_result = 0; variable
82 test7_result = (const void *) addr == &bpf_fentry_test7 + 5; in test7()
A Dfexit_test.c64 __u64 test7_result = 0; variable
69 test7_result = 1; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dget_func_ip_test.c50 ASSERT_EQ(skel->bss->test7_result, 1, "test7_result"); in test_get_func_ip_test()

Completed in 4 milliseconds