Searched refs:why (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | exit.c | 1246 int why, int status, in wait_noreap_copyout() argument 1258 retval = put_user((short)why, &infop->si_code); in wait_noreap_copyout() 1290 int why, status; in wait_task_zombie() local 1295 why = CLD_EXITED; in wait_task_zombie() 1298 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie() 1301 return wait_noreap_copyout(p, pid, uid, why, in wait_task_zombie() 1393 int why; in wait_task_zombie() local 1396 why = CLD_EXITED; in wait_task_zombie() 1399 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie() 1402 retval = put_user((short)why, &infop->si_code); in wait_task_zombie() [all …]
|
D | signal.c | 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 [all …]
|
/kernel/time/ |
D | tick-broadcast.c | 208 static void tick_do_broadcast_on_off(void *why) in tick_do_broadcast_on_off() argument 212 unsigned long flags, *reason = why; in tick_do_broadcast_on_off()
|