Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Ddummy_st_ops.c13 int (*test_2)(struct bpf_dummy_ops_state *state, int a1, unsigned short a2, member
35 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG() argument
49 .test_2 = (void *)test_2,
/Linux-v6.1/Documentation/dev-tools/
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-v6.1/tools/testing/selftests/bpf/prog_tests/
Ddummy_st_ops.c114 fd = bpf_program__fd(skel->progs.test_2); in test_dummy_multiple_args()
/Linux-v6.1/arch/m68k/fpsp040/
Dbindec.S663 bra test_2
670 fbge test_2 |if greater, do next test
676 test_2: label
/Linux-v6.1/include/linux/
Dbpf.h1359 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2, member