Searched refs:last_siginfo (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dptrace.c334 if (likely(child->last_siginfo != NULL)) {
335 lastinfo = *child->last_siginfo;
358 if (likely(child->last_siginfo != NULL)) {
359 *child->last_siginfo = newinfo;
H A Dsignal.c1545 * We always set current->last_siginfo while stopped here.
1561 current->last_siginfo = info;
1585 * last_siginfo, so that we are sure to have synchronized with
1589 current->last_siginfo = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dptrace.c600 if (child->last_siginfo == NULL)
604 child->last_siginfo);
606 if (child->last_siginfo == NULL)
608 return copy_siginfo_from_user32(child->last_siginfo,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1165 siginfo_t *last_siginfo; /* For ptrace use. */ member in struct:task_struct

Completed in 207 milliseconds