Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dget_func_args_test.c9 __u64 test1_result = 0; variable
17 test1_result = cnt == 1; in BPF_PROG()
30 test1_result &= err == 0 && ((int) a == 1); in BPF_PROG()
34 test1_result &= err == -EINVAL; in BPF_PROG()
38 test1_result &= err == -EOPNOTSUPP; in BPF_PROG()
A Dget_func_ip_test.c27 __u64 test1_result = 0; variable
33 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
A Dfentry_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1; in BPF_PROG()
A Dfexit_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1 && ret == 2; in BPF_PROG()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dget_func_args_test.c35 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_get_func_args_test()
A Dfentry_fexit.c36 printf("%lld\n", fentry_skel->bss->test1_result); in test_fentry_fexit()
A Dget_func_ip_test.c33 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_function_entry()

Completed in 7 milliseconds