Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Ddummy_st_ops.c12 int (*test_1)(struct bpf_dummy_ops_state *state); member
20 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument
48 .test_1 = (void *)test_1,
/Linux-v6.1/Documentation/dev-tools/
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-v6.1/tools/testing/selftests/bpf/prog_tests/
Ddummy_st_ops.c41 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ret_value()
68 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ptr_arg()
/Linux-v6.1/include/linux/
Dbpf.h1358 int (*test_1)(struct bpf_dummy_ops_state *cb); member