Home
last modified time | relevance | path

Searched refs:test_2_result (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_module.c11 int test_2_result = 0; variable
23 test_2_result = a + b; in BPF_PROG()
29 test_2_result = a + b + 3; in BPF_PROG()
43 test_2_result = a * b; in BPF_PROG()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst248 int test_2_result = 0;
256 test_2_result = a + b;
323 int test_2_result;
370 printf("test_2_result: %d\n", skel->bss->test_2_result);
398 test_2_result: 17
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c52 ASSERT_EQ(skel->bss->test_2_result, expected_test_2_result, "test_2_result"); in attach_ops_and_check()
91 * .test_2. So, the value of test_2_result should be 20 (4 + 13 + in test_struct_ops_load()