Lines Matching refs:ptrace
116 if (t->ptrace && sig != SIGKILL) in sig_ignored()
565 return !tsk->ptrace; in unhandled_signal()
883 WARN_ON_ONCE(!(t->ptrace & PT_SEIZED)); in ptrace_trap_notify()
930 if (likely(!(t->ptrace & PT_SEIZED))) in prepare_signal()
1034 (sig == SIGKILL || !p->ptrace)) { in complete_signal()
1332 if (action->sa.sa_handler == SIG_DFL && !t->ptrace) in force_sig_info_to_task()
1925 WARN_ON_ONCE(!tsk->ptrace && in do_notify_parent()
1976 if (!tsk->ptrace && sig == SIGCHLD && in do_notify_parent()
2083 if (!likely(current->ptrace)) in may_ptrace_stop()
2352 if (likely(!(t->ptrace & PT_SEIZED))) in do_signal_stop()
2360 if (likely(!current->ptrace)) { in do_signal_stop()
2423 if (current->ptrace & PT_SEIZED) { in do_jobctl_trap()
2630 if (unlikely(current->ptrace) && signr != SIGKILL) { in get_signal()