Lines Matching refs:exit_code
1812 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent()
1813 if (tsk->exit_code & 0x80) in do_notify_parent()
1815 else if (tsk->exit_code & 0x7f) in do_notify_parent()
1819 info.si_status = tsk->exit_code >> 8; in do_notify_parent()
1907 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop()
1970 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
1976 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop()
1989 arch_ptrace_stop(exit_code, info); in ptrace_stop()
2018 current->exit_code = exit_code; in ptrace_stop()
2082 current->exit_code = 0; in ptrace_stop()
2105 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
2111 info.si_code = exit_code; in ptrace_do_notify()
2116 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2119 void ptrace_notify(int exit_code) in ptrace_notify() argument
2121 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); in ptrace_notify()
2126 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2284 current->exit_code = 0; in do_jobctl_trap()
2303 signr = current->exit_code; in ptrace_signal()
2307 current->exit_code = 0; in ptrace_signal()