Searched refs:scx_bpf_exit_bstr (Results 1 – 2 of 2) sorted by relevance
/linux/tools/sched_ext/include/scx/ |
H A D | common.bpf.h | 69 void scx_bpf_exit_bstr(s64 exit_code, char *fmt, unsigned long long *data, u32 data__sz) __ksym __weak; 129 * scx_bpf_exit() wraps the scx_bpf_exit_bstr() kfunc with variadic arguments 136 scx_bpf_exit_bstr(code, ___fmt, ___param, sizeof(___param)); \
|
/linux/kernel/sched/ |
H A D | ext.c | 7169 * scx_bpf_exit_bstr - Gracefully exit the BPF scheduler. 7178 __bpf_kfunc void scx_bpf_exit_bstr(s64 exit_code, char *fmt, in scx_bpf_exit_bstr() function 7579 BTF_ID_FLAGS(func, scx_bpf_exit_bstr, KF_TRUSTED_ARGS)
|