Lines Matching refs:ptrace
116 if (t->ptrace && sig != SIGKILL) in sig_ignored()
559 return !tsk->ptrace; in unhandled_signal()
877 WARN_ON_ONCE(!(t->ptrace & PT_SEIZED)); in ptrace_trap_notify()
924 if (likely(!(t->ptrace & PT_SEIZED))) in prepare_signal()
1028 (sig == SIGKILL || !p->ptrace)) { in complete_signal()
1326 if (action->sa.sa_handler == SIG_DFL && !t->ptrace) in force_sig_info_to_task()
1918 BUG_ON(!tsk->ptrace && in do_notify_parent()
1969 if (!tsk->ptrace && sig == SIGCHLD && in do_notify_parent()
2072 if (!likely(current->ptrace)) in may_ptrace_stop()
2351 if (likely(!(t->ptrace & PT_SEIZED))) in do_signal_stop()
2359 if (likely(!current->ptrace)) { in do_signal_stop()
2422 if (current->ptrace & PT_SEIZED) { in do_jobctl_trap()
2629 if (unlikely(current->ptrace) && signr != SIGKILL) { in get_signal()