Lines Matching refs:exit_code
1671 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent()
1672 if (tsk->exit_code & 0x80) in do_notify_parent()
1674 else if (tsk->exit_code & 0x7f) in do_notify_parent()
1678 info.si_status = tsk->exit_code >> 8; in do_notify_parent()
1765 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop()
1828 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
1834 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop()
1847 arch_ptrace_stop(exit_code, info); in ptrace_stop()
1863 current->exit_code = exit_code; in ptrace_stop()
1927 current->exit_code = 0; in ptrace_stop()
1950 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
1956 info.si_code = exit_code; in ptrace_do_notify()
1961 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
1964 void ptrace_notify(int exit_code) in ptrace_notify() argument
1966 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); in ptrace_notify()
1971 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2129 current->exit_code = 0; in do_jobctl_trap()
2149 signr = current->exit_code; in ptrace_signal()
2153 current->exit_code = 0; in ptrace_signal()