Searched refs:PT_SEIZED (Results 1 – 2 of 2) sorted by relevance
31 #define PT_SEIZED 0x00010000 /* SEIZE used, enable new behavior */ macro154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()212 if (child->ptrace & PT_SEIZED) in ptrace_init_task()
440 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()1150 bool seized = child->ptrace & PT_SEIZED; in ptrace_request()