Lines Matching refs:exit_code
1971 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent()
1972 if (tsk->exit_code & 0x80) in do_notify_parent()
1974 else if (tsk->exit_code & 0x7f) in do_notify_parent()
1978 info.si_status = tsk->exit_code >> 8; in do_notify_parent()
2070 info.si_status = tsk->exit_code & 0x7f; in do_notify_parent_cldstop()
2124 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() argument
2130 if (arch_ptrace_stop_needed(exit_code, info)) { in ptrace_stop()
2140 arch_ptrace_stop(exit_code, info); in ptrace_stop()
2171 current->exit_code = exit_code; in ptrace_stop()
2237 current->exit_code = 0; in ptrace_stop()
2260 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
2266 info.si_code = exit_code; in ptrace_do_notify()
2271 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2274 void ptrace_notify(int exit_code) in ptrace_notify() argument
2276 BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); in ptrace_notify()
2281 ptrace_do_notify(SIGTRAP, exit_code, CLD_TRAPPED); in ptrace_notify()
2440 current->exit_code = 0; in do_jobctl_trap()
2496 signr = current->exit_code; in ptrace_signal()
2500 current->exit_code = 0; in ptrace_signal()