Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h16 SCX_EXIT_MSG_LEN = 1024, enumerator
H A Dext.c131 char line[SCX_EXIT_MSG_LEN];
4151 ei->msg = kzalloc(SCX_EXIT_MSG_LEN, GFP_KERNEL); in alloc_exit_info()
4394 static char line_buf[SCX_EXIT_MSG_LEN]; in dump_line()
4702 vscnprintf(ei->msg, SCX_EXIT_MSG_LEN, fmt, args); in scx_vexit()