Searched refs:PT_EXITKILL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ | ||
D | ptrace.h | 46 #define PT_EXITKILL (PTRACE_O_EXITKILL << PT_OPT_FLAG_SHIFT) macro |
/linux-5.19.10/kernel/ | ||
D | ptrace.c | 618 if (unlikely(p->ptrace & PT_EXITKILL)) in exit_ptrace() |