kernel/sched/ext.c
200
static bool scx_vexit(struct scx_sched *sch, enum scx_exit_kind kind,
kernel/sched/ext.c
211
ret = scx_vexit(sch, kind, exit_code, fmt, args);
kernel/sched/ext.c
218
#define scx_verror(sch, fmt, args) scx_vexit((sch), SCX_EXIT_ERROR, 0, fmt, args)