Lines Matching refs:why
856 unsigned int why; in prepare_signal() local
879 why = 0; in prepare_signal()
881 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()
883 why |= SIGNAL_CLD_STOPPED; in prepare_signal()
885 if (why) { in prepare_signal()
891 signal->flags = why | SIGNAL_STOP_CONTINUED; in prepare_signal()
1727 bool for_ptracer, int why) in do_notify_parent_cldstop() argument
1756 info.si_code = why; in do_notify_parent_cldstop()
1757 switch (why) { in do_notify_parent_cldstop()
1828 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
1872 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
1896 do_notify_parent_cldstop(current, true, why); in ptrace_stop()
1898 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
1922 do_notify_parent_cldstop(current, false, why); in ptrace_stop()
1950 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify() argument
1961 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2208 int why; in get_signal() local
2211 why = CLD_CONTINUED; in get_signal()
2213 why = CLD_STOPPED; in get_signal()
2228 do_notify_parent_cldstop(current, false, why); in get_signal()
2232 true, why); in get_signal()