Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c200 static bool scx_vexit(struct scx_sched *sch, enum scx_exit_kind kind,
211 ret = scx_vexit(sch, kind, exit_code, fmt, args); in scx_exit()
218 #define scx_verror(sch, fmt, args) scx_vexit((sch), SCX_EXIT_ERROR, 0, fmt, args)
4861 static bool scx_vexit(struct scx_sched *sch, in scx_vexit() function