Searched refs:scx_bpf_exit (Results 1 – 4 of 4) sorted by relevance
20 scx_bpf_exit(0xdeadbeef, "Exited from PROG_RUN"); in BPF_PROG()
33 scx_bpf_exit(code, "hotplug event detected (%d going %s)", cpu, in exit_from_hotplug()
16 #define EXIT_CLEANLY() scx_bpf_exit(exit_point, "%d", exit_point)
108 #define scx_bpf_exit(code, fmt, args...) \ macro