Home
last modified time | relevance | path

Searched full:prog_run (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dprog_run.c11 #include "prog_run.bpf.skel.h"
16 struct prog_run *skel; in setup()
30 struct prog_run *skel = ctx; in run()
66 struct prog_run *skel = ctx; in cleanup()
71 struct scx_test prog_run = { variable
72 .name = "prog_run",
78 REGISTER_SCX_TEST(&prog_run)
H A Dprog_run.bpf.c20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
32 .name = "prog_run",
H A DMakefile182 prog_run \
/linux/security/selinux/include/
H A Dclassmap.h173 { "map_create", "map_read", "map_write", "prog_load", "prog_run",
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c233 if (!ASSERT_OK(err, "prog_run")) in test_xdp_do_redirect()
H A Dfexit_bpf2bpf.c159 ASSERT_OK(err, "prog_run"); in test_fexit_bpf2bpf_common()