Home
last modified time | relevance | path

Searched refs:test_2 (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dstruct_ops_module.c21 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,
A Dbad_struct_ops.c14 int BPF_PROG(test_2) { return 0; } in BPF_PROG() argument
19 .test_2 = (void *)test_2
A Ddummy_st_ops_success.c34 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,
A Dstruct_ops_autocreate.c19 int BPF_PROG(test_2) in BPF_PROG() argument
41 .does_not_exist = (void *)test_2
A Ddummy_st_ops_fail.c25 .test_2 = (void *)test_unsupported_field_sleepable,
/linux/Documentation/dev-tools/
A Dktap.rst210 not ok 2 test_2
225 ok 2 test_2
265 ok 2 test_2
270 # test_2: FAIL
271 not ok 2 test_2
286 - "test_2", which passes
291 - "test_2", which outputs the diagnostic line "test_2: FAIL", and fails.
/linux/tools/testing/selftests/bpf/prog_tests/
A Dstruct_ops_autocreate.c66 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()
A Dtest_struct_ops_module.c70 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()
A Ddummy_st_ops.c116 fd = bpf_program__fd(skel->progs.test_2); in test_dummy_multiple_args()
/linux/tools/testing/selftests/bpf/bpf_testmod/
A Dbpf_testmod.h35 void (*test_2)(int a, int b); member
A Dbpf_testmod.c1106 if (ops->test_2) in bpf_dummy_reg()
1107 ops->test_2(4, ops->data); in bpf_dummy_reg()
1138 .test_2 = bpf_testmod_test_2,
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst253 SEC("struct_ops/test_2")
254 void BPF_PROG(test_2, int a, int b)
261 .test_2 = (void *)test_2,
307 const struct bpf_program *test_2;
369 /* The result of the function test_2() */
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c302 .test_2 = bpf_dummy_test_2,
/linux/arch/m68k/fpsp040/
A Dbindec.S663 bra test_2
670 fbge test_2 |if greater, do next test
676 test_2: label
/linux/include/linux/
A Dbpf.h1854 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2, member

Completed in 43 milliseconds