Searched defs:scx_exit_info (Results 1 – 1 of 1) sorted by relevance
73 struct scx_exit_info { struct75 enum scx_exit_kind kind;78 s64 exit_code;81 const char *reason;84 unsigned long *bt;85 u32 bt_len;88 char *msg;91 char *dump;935 static struct scx_exit_info *scx_exit_info; variable