Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dptrace.h31 #define PT_SEIZED 0x00010000 /* SEIZE used, enable new behavior */ macro
155 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
213 if (child->ptrace & PT_SEIZED) in ptrace_init_task()
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c414 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()
450 flags |= PT_SEIZED; in ptrace_attach()
1032 bool seized = child->ptrace & PT_SEIZED; in ptrace_request()
H A Dsignal.c886 WARN_ON_ONCE(!(t->ptrace & PT_SEIZED)); in ptrace_trap_notify()
933 if (likely(!(t->ptrace & PT_SEIZED))) in prepare_signal()
2359 if (likely(!(t->ptrace & PT_SEIZED))) in do_signal_stop()
2430 if (current->ptrace & PT_SEIZED) { in do_jobctl_trap()