Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c20 SCX_EXIT_MSG_LEN = 1024, enumerator
1146 char line[SCX_EXIT_MSG_LEN];
4907 ei->msg = kzalloc(SCX_EXIT_MSG_LEN, GFP_KERNEL); in alloc_exit_info()
5117 static char line_buf[SCX_EXIT_MSG_LEN]; in dump_line()
5425 vscnprintf(ei->msg, SCX_EXIT_MSG_LEN, fmt, args); in scx_vexit()