Home
last modified time | relevance | path

Searched refs:PT_EXITKILL (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dptrace.h46 #define PT_EXITKILL (PTRACE_O_EXITKILL << PT_OPT_FLAG_SHIFT) macro
/linux/kernel/
H A Dptrace.c599 if (unlikely(p->ptrace & PT_EXITKILL)) in exit_ptrace()