Searched refs:test_1 (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | struct_ops_autocreate.c | 12 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,
|
| A D | struct_ops_module.c | 14 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,
|
| A D | bad_struct_ops.c | 11 int BPF_PROG(test_1) { return 0; } in BPF_PROG() argument 18 .test_1 = (void *)test_1, 24 .test_1 = (void *)test_1
|
| A D | test_global_map_resize.c | 66 int BPF_PROG(test_1) in BPF_PROG() argument 72 int (*test_1)(void); member 77 .test_1 = (void *)test_1
|
| A D | dummy_st_ops_success.c | 10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument 53 .test_1 = (void *)test_1,
|
| A D | struct_ops_autocreate2.c | 26 int (*test_1)(void); member 31 .test_1 = (void *)bar
|
| A D | struct_ops_nulled_out_cb.c | 20 .test_1 = (void *)test_1_turn_off,
|
| A D | dummy_st_ops_fail.c | 24 .test_1 = NULL,
|
| A D | verifier_global_subprogs.c | 351 .test_1 = (void *)arg_tag_ctx_struct_ops,
|
| /linux/Documentation/dev-tools/ |
| A D | ktap.rst | 209 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/ |
| A D | struct_ops_autocreate.c | 65 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()
|
| A D | dummy_st_ops.c | 42 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()
|
| A D | test_struct_ops_module.c | 194 skel->struct_ops.ops->test_1 = NULL; in test_struct_ops_nulled_out_cb() 239 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/ |
| A D | bpf_testmod.h | 34 int (*test_1)(void); member 94 int (*test_1)(void); member
|
| A D | bpf_testmod.c | 1101 if (ops->test_1) in bpf_dummy_reg() 1102 ops->test_1(); in bpf_dummy_reg() 1137 .test_1 = bpf_testmod_test_1, 1157 ops->test_1(); in bpf_dummy_reg2() 1162 .test_1 = bpf_testmod_test_1,
|
| /linux/net/bpf/ |
| A D | bpf_dummy_struct_ops.c | 301 .test_1 = bpf_dummy_ops__test_1,
|
| /linux/tools/bpf/bpftool/Documentation/ |
| A D | bpftool-gen.rst | 306 const struct bpf_program *test_1;
|
| /linux/include/linux/ |
| A D | bpf.h | 1853 int (*test_1)(struct bpf_dummy_ops_state *cb); member
|
Completed in 49 milliseconds