Lines Matching refs:why
924 unsigned int why; in prepare_signal() local
947 why = 0; in prepare_signal()
949 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()
951 why |= SIGNAL_CLD_STOPPED; in prepare_signal()
953 if (why) { in prepare_signal()
959 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED); in prepare_signal()
2031 bool for_ptracer, int why) in do_notify_parent_cldstop() argument
2061 info.si_code = why; in do_notify_parent_cldstop()
2062 switch (why) { 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
2180 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
2204 do_notify_parent_cldstop(current, true, why); in ptrace_stop()
2206 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
2232 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
2260 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
2271 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2589 int why; in get_signal() local
2592 why = CLD_CONTINUED; in get_signal()
2594 why = CLD_STOPPED; in get_signal()
2609 do_notify_parent_cldstop(current, false, why); in get_signal()
2613 true, why); in get_signal()