Lines Matching refs:exit_code
1620 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent()
1621 if (tsk->exit_code & 0x80) in do_notify_parent()
1623 else if (tsk->exit_code & 0x7f) in do_notify_parent()
1627 info.si_status = tsk->exit_code >> 8; in do_notify_parent()
1714 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop()
1777 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
1783 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop()
1796 arch_ptrace_stop(exit_code, info); in ptrace_stop()
1812 current->exit_code = exit_code; in ptrace_stop()
1876 current->exit_code = 0; in ptrace_stop()
1899 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
1905 info.si_code = exit_code; in ptrace_do_notify()
1910 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
1913 void ptrace_notify(int exit_code) in ptrace_notify() argument
1915 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); in ptrace_notify()
1920 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2078 current->exit_code = 0; in do_jobctl_trap()
2098 signr = current->exit_code; in ptrace_signal()
2102 current->exit_code = 0; in ptrace_signal()