Home
last modified time | relevance | path

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

/include/linux/
Dptrace.h31 #define PT_SEIZED 0x00010000 /* SEIZE used, enable new behavior */ macro
162 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
220 if (child->ptrace & PT_SEIZED) in ptrace_init_task()