Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Ddummy_st_ops_success.c10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument
44 .test_1 = (void *)test_1,
Ddummy_st_ops_fail.c24 .test_1 = NULL,
/Linux-v6.6/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.6/tools/testing/selftests/bpf/prog_tests/
Ddummy_st_ops.c42 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()
/Linux-v6.6/include/linux/
Dbpf.h1657 int (*test_1)(struct bpf_dummy_ops_state *cb); member