Searched defs:why (Results 1 - 2 of 2) sorted by relevance

/kernel/
H A Dexit.c950 pid_t pid, uid_t uid, int why, int status)
964 retval = put_user((short)why, &infop->si_code);
996 int why; local
1001 why = CLD_EXITED;
1004 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED;
1007 return wait_noreap_copyout(wo, p, pid, uid, why, status);
1096 int why; local
1099 why = CLD_EXITED;
1102 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED;
1105 retval = put_user((short)why,
949 wait_noreap_copyout(struct wait_opts *wo, struct task_struct *p, pid_t pid, uid_t uid, int why, int status) argument
1169 int retval, exit_code, *p_code, why; local
[all...]
H A Dsignal.c856 unsigned int why; local
879 why = 0;
881 why |= SIGNAL_CLD_CONTINUED;
883 why |= SIGNAL_CLD_STOPPED;
885 if (why) {
891 signal->flags = why | SIGNAL_STOP_CONTINUED;
1208 * that is why we also clear SIGNAL_UNKILLABLE.
1709 * @why: CLD_{CONTINUED|STOPPED|TRAPPED} to report
1719 bool for_ptracer, int why)
1748 info.si_code = why;
1718 do_notify_parent_cldstop(struct task_struct *tsk, bool for_ptracer, int why) argument
1942 ptrace_do_notify(int signr, int exit_code, int why) argument
2200 int why; local
[all...]

Completed in 22 milliseconds