Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dfentry_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1; in BPF_PROG()
A Dget_func_ip_test.c16 __u64 test1_result = 0; variable
22 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
A Dfexit_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1 && ret == 2; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dfentry_fexit.c38 printf("%lld\n", fentry_skel->bss->test1_result); in test_fentry_fexit()
A Dget_func_ip_test.c43 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_get_func_ip_test()

Completed in 4 milliseconds