Searched defs:scx_exit_info (Results 1 – 1 of 1) sorted by relevance
70 struct scx_exit_info { struct72 enum scx_exit_kind kind;75 s64 exit_code;78 const char *reason;81 unsigned long *bt;82 u32 bt_len;85 char *msg;88 char *dump;883 static struct scx_exit_info *scx_exit_info; variable