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

/linux-master/kernel/
H A Dptrace.c684 if (likely(child->last_siginfo != NULL)) {
685 copy_siginfo(info, child->last_siginfo);
700 if (likely(child->last_siginfo != NULL)) {
701 copy_siginfo(child->last_siginfo, info);
983 * child->last_siginfo because ptrace_freeze_traced()
985 * the tracee cannot go away and clear its last_siginfo.
987 switch (child->last_siginfo ? child->last_siginfo->si_code : 0) {
1145 si = child->last_siginfo;
H A Dsignal.c2225 * We always set current->last_siginfo while stopped here.
2287 current->last_siginfo = info;
2363 * last_siginfo, so that we are sure to have synchronized with
2368 current->last_siginfo = NULL;
/linux-master/include/linux/
H A Dsched.h1209 kernel_siginfo_t *last_siginfo; member in struct:task_struct

Completed in 139 milliseconds