Lines Matching refs:why
646 unsigned int why; in prepare_signal() local
686 why = 0; in prepare_signal()
688 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()
690 why |= SIGNAL_CLD_STOPPED; in prepare_signal()
692 if (why) { in prepare_signal()
698 signal->flags = why | SIGNAL_STOP_CONTINUED; in prepare_signal()
1446 static void do_notify_parent_cldstop(struct task_struct *tsk, int why) in do_notify_parent_cldstop() argument
1473 info.si_code = why; in do_notify_parent_cldstop()
1474 switch (why) { in do_notify_parent_cldstop()
1779 int why = (signal->flags & SIGNAL_STOP_CONTINUED) in get_signal_to_deliver() local
1784 if (unlikely(!tracehook_notify_jctl(1, why))) in get_signal_to_deliver()
1788 do_notify_parent_cldstop(current->group_leader, why); in get_signal_to_deliver()