Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dtypes.h38 SCX_EXIT_MSG_LEN = 1024, enumerator
H A Dinternal.h2001 char line[SCX_EXIT_MSG_LEN];
H A Dext.c5651 scnprintf(ei->msg, SCX_EXIT_MSG_LEN, "RCU CPU stall on CPUs (%*pbl)", in scx_rcu_cpu_stall()
6202 ei->msg = kzalloc(SCX_EXIT_MSG_LEN, GFP_KERNEL); in alloc_exit_info()
6683 static char line_buf[SCX_EXIT_MSG_LEN]; in scx_dump_line()
7064 vscnprintf(ei->msg, SCX_EXIT_MSG_LEN, fmt, args); in scx_vexit()
9956 ret = __bstr_format(fmt_blame, data_buf, ei->msg, SCX_EXIT_MSG_LEN, in scx_exit_bstr()
9959 scnprintf(ei->msg, SCX_EXIT_MSG_LEN, in scx_exit_bstr()