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

/linux-master/include/linux/
H A Dptrace.h31 #define PT_SEIZED 0x00010000 /* SEIZE used, enable new behavior */ macro
154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED)
212 if (child->ptrace & PT_SEIZED)
/linux-master/kernel/
H A Dptrace.c430 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT);
1014 bool seized = child->ptrace & PT_SEIZED;
H A Dsignal.c886 WARN_ON_ONCE(!(t->ptrace & PT_SEIZED));
934 if (likely(!(t->ptrace & PT_SEIZED))) {
2485 if (likely(!(t->ptrace & PT_SEIZED)))
2540 * When PT_SEIZED, it's used for both group stop and explicit
2545 * When !PT_SEIZED, it's used only for group stop trap with stop signal
2557 if (current->ptrace & PT_SEIZED) {

Completed in 114 milliseconds