Lines Matching refs:current
60 int ptrace = current->ptrace; in ptrace_report_syscall()
65 current->ptrace_message = message; in ptrace_report_syscall()
73 if (current->exit_code) { in ptrace_report_syscall()
74 send_sig(current->exit_code, current, 1); in ptrace_report_syscall()
75 current->exit_code = 0; in ptrace_report_syscall()
78 current->ptrace_message = 0; in ptrace_report_syscall()
79 return fatal_signal_pending(current); in ptrace_report_syscall()
187 if (unlikely(current->task_works)) in tracehook_notify_resume()
191 if (unlikely(current->cached_requested_key)) { in tracehook_notify_resume()
192 key_put(current->cached_requested_key); in tracehook_notify_resume()
193 current->cached_requested_key = NULL; in tracehook_notify_resume()