| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | struct_ops_module.c | 21 void BPF_PROG(test_2, int a, int b) in BPF_PROG() argument 36 .test_2 = (void *)test_2, 48 void (*test_2)(int a, int b); member 55 .test_2 = (void *)test_2_v2, 60 void (*test_2)(int a, int b); member 75 .test_2 = (void *)test_2_v2, 81 void (*test_2)(int *a); member 88 .test_2 = (void *)test_2,
|
| H A D | bad_struct_ops.c | 14 int BPF_PROG(test_2) { return 0; } in BPF_PROG() argument 19 .test_2 = (void *)test_2
|
| H A D | struct_ops_private_stack_fail.c | 48 int BPF_PROG(test_2) in BPF_PROG() argument 61 .test_2 = (void *)test_2,
|
| H A D | struct_ops_private_stack.c | 48 int BPF_PROG(test_2) in BPF_PROG() argument 61 .test_2 = (void *)test_2,
|
| H A D | dummy_st_ops_success.c | 34 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG() argument 54 .test_2 = (void *)test_2,
|
| H A D | struct_ops_autocreate.c | 19 int BPF_PROG(test_2) in BPF_PROG() argument 41 .does_not_exist = (void *)test_2
|
| H A D | dummy_st_ops_fail.c | 25 .test_2 = (void *)test_unsupported_field_sleepable,
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.h | 36 void (*test_2)(int a, int b); member 105 int (*test_2)(void); member
|
| H A D | bpf_testmod.c | 302 .test_2 = bpf_testmod_test_4, 318 st_ops3->test_2(); in bpf_testmod_ops3_call_test_2() 1207 if (ops->test_2) in bpf_dummy_reg() 1208 ops->test_2(4, ops->data); in bpf_dummy_reg() 1252 .test_2 = bpf_testmod_test_2,
|
| /linux/Documentation/dev-tools/ |
| H A D | ktap.rst | 212 not ok 2 test_2 227 ok 2 test_2 267 ok 2 test_2 272 # test_2: FAIL 273 not ok 2 test_2 289 - "test_2", which passes 294 - "test_2", which outputs the diagnostic line "test_2: FAIL", and fails.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | struct_ops_autocreate.c | 66 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_2), "test_2 default autoload"); in can_load_partial_object() 73 ASSERT_FALSE(bpf_program__autoload(skel->progs.test_2), "test_2 actual autoload"); in can_load_partial_object()
|
| H A D | test_struct_ops_module.c | 70 skel->struct_ops.testmod_1->test_2 = skel->progs.test_3; in test_struct_ops_load() 74 bpf_program__set_autoload(skel->progs.test_2, false); in test_struct_ops_load()
|
| H A D | dummy_st_ops.c | 116 fd = bpf_program__fd(skel->progs.test_2); in test_dummy_multiple_args()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-gen.rst | 264 SEC("struct_ops/test_2") 265 void BPF_PROG(test_2, int a, int b) 272 .test_2 = (void *)test_2, 318 const struct bpf_program *test_2; 380 /* The result of the function test_2() */
|
| /linux/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 303 .test_2 = bpf_dummy_test_2,
|
| /linux/arch/m68k/fpsp040/ |
| H A D | bindec.S | 663 bra test_2 670 fbge test_2 |if greater, do next test 676 test_2: label
|
| /linux/include/linux/ |
| H A D | bpf.h | 2023 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2, member
|