Lines Matching refs:why
855 unsigned int why; in prepare_signal() local
878 why = 0; in prepare_signal()
880 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()
882 why |= SIGNAL_CLD_STOPPED; in prepare_signal()
884 if (why) { in prepare_signal()
890 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED); in prepare_signal()
1868 bool for_ptracer, int why) in do_notify_parent_cldstop() argument
1898 info.si_code = why; in do_notify_parent_cldstop()
1899 switch (why) { in do_notify_parent_cldstop()
1970 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
2027 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
2051 do_notify_parent_cldstop(current, true, why); in ptrace_stop()
2053 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
2077 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
2105 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
2116 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2363 int why; in get_signal() local
2366 why = CLD_CONTINUED; in get_signal()
2368 why = CLD_STOPPED; in get_signal()
2383 do_notify_parent_cldstop(current, false, why); in get_signal()
2387 true, why); in get_signal()