Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dprog_run.bpf.c20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
H A Dhotplug.bpf.c33 scx_bpf_exit(code, "hotplug event detected (%d going %s)", cpu, in exit_from_hotplug()
H A Dexit.bpf.c16 #define EXIT_CLEANLY() scx_bpf_exit(exit_point, "%d", exit_point)
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h108 #define scx_bpf_exit(code, fmt, args...) \ macro