Lines Matching refs:exit_code
1957 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent()
1958 if (tsk->exit_code & 0x80) in do_notify_parent()
1960 else if (tsk->exit_code & 0x7f) in do_notify_parent()
1964 info.si_status = tsk->exit_code >> 8; in do_notify_parent()
2052 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop()
2115 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() argument
2121 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop()
2134 arch_ptrace_stop(exit_code, info); in ptrace_stop()
2163 current->exit_code = exit_code; in ptrace_stop()
2229 current->exit_code = 0; in ptrace_stop()
2252 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
2258 info.si_code = exit_code; in ptrace_do_notify()
2263 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2266 void ptrace_notify(int exit_code) in ptrace_notify() argument
2268 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); in ptrace_notify()
2273 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2432 current->exit_code = 0; in do_jobctl_trap()
2488 signr = current->exit_code; in ptrace_signal()
2492 current->exit_code = 0; in ptrace_signal()