Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_autocreate2.c9 int test_1_result = 0; variable
14 test_1_result = 42; in BPF_PROG()
21 test_1_result = 24; in BPF_PROG()
H A Dstruct_ops_autocreate.c9 int test_1_result = 0; variable
14 test_1_result = 42; in BPF_PROG()
H A Dstruct_ops_module.c10 int test_1_result = 0; variable
16 test_1_result = 0xdeadbeef; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c47 err = ASSERT_EQ(skel->bss->test_1_result, 42, "test_1_result"); in check_test_1_link()
142 err = ASSERT_EQ(skel->bss->test_1_result, 42, "test_1_result"); in autoload_and_shadow_vars()
H A Dtest_struct_ops_module.c51 ASSERT_EQ(skel->bss->test_1_result, 0xdeadbeef, "test_1_result"); in attach_ops_and_check()