Home
last modified time | relevance | path

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

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