Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A 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,
A Ddummy_st_ops_fail.c24 .test_1 = NULL,
/linux-6.3-rc2/Documentation/dev-tools/
A 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-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A 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-6.3-rc2/include/linux/
A Dbpf.h1516 int (*test_1)(struct bpf_dummy_ops_state *cb); member

Completed in 15 milliseconds