Home
last modified time | relevance | path

Searched refs:test_1 (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_autocreate.c12 int BPF_PROG(test_1) in BPF_PROG() argument
25 int (*test_1)(void); member
29 int (*test_1)(void); member
35 .test_1 = (void *)test_1
40 .test_1 = (void *)test_1,
46 .test_1 = (void *)test_1,
51 .test_1 = (void *)test_1,
H A Dstruct_ops_module.c14 int BPF_PROG(test_1) in BPF_PROG() argument
35 .test_1 = (void *)test_1,
47 int (*test_1)(void); member
54 .test_1 = (void *)test_1,
59 int (*test_1)(void); member
74 .test_1 = (void *)test_1,
80 int (*test_1)(void); member
87 .test_1 = (void *)test_1,
H A Dbad_struct_ops.c11 int BPF_PROG(test_1) { return 0; } in BPF_PROG() argument
18 .test_1 = (void *)test_1,
24 .test_1 = (void *)test_1
H A Ddummy_st_ops_success.c10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument
53 .test_1 = (void *)test_1,
H A Dstruct_ops_autocreate2.c26 int (*test_1)(void); member
31 .test_1 = (void *)bar
H A Dstruct_ops_nulled_out_cb.c20 .test_1 = (void *)test_1_turn_off,
H A Ddummy_st_ops_fail.c24 .test_1 = NULL,
H A Dverifier_global_subprogs.c346 .test_1 = (void *)arg_tag_ctx_struct_ops,
/linux/Documentation/dev-tools/
H A Dktap.rst209 ok 1 test_1
224 not ok 1 test_1
259 # test_1: initializing test_1
260 ok 1 test_1
264 ok 1 test_1 # SKIP test_1 skipped
269 ok 1 test_1
281 - "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1"
285 - "test_1", which is skipped, with the explanation "test_1 skipped"
290 - "test_1", which passes
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c65 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_1), "test_1 default autoload"); in can_load_partial_object()
72 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_1), "test_1 actual autoload"); in can_load_partial_object()
128 skel->struct_ops.testmod_1->test_1 = skel->progs.foo; in autoload_and_shadow_vars()
H A Ddummy_st_ops.c42 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ret_value()
69 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ptr_arg()
H A Dtest_struct_ops_module.c193 skel->struct_ops.ops->test_1 = NULL; in test_struct_ops_nulled_out_cb()
238 skel->struct_ops.ops->test_1 = skel->progs.test_1_forgotten; /* not anymore */ in test_struct_ops_forgotten_cb()
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h34 int (*test_1)(void); member
93 int (*test_1)(void); member
H A Dbpf_testmod.c1003 if (ops->test_1) in bpf_dummy_reg()
1004 ops->test_1(); in bpf_dummy_reg()
1034 .test_1 = bpf_testmod_test_1,
1054 ops->test_1(); in bpf_dummy_reg2()
1059 .test_1 = bpf_testmod_test_1,
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c301 .test_1 = bpf_dummy_ops__test_1,
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst306 const struct bpf_program *test_1;
/linux/include/linux/
H A Dbpf.h1830 int (*test_1)(struct bpf_dummy_ops_state *cb); member