Lines Matching full:current
31 * Some tracehook_*() inlines take arguments that the current tracing
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()
84 * @regs: user register state of current task
87 * %SYSCALL_WORK_SYSCALL_EMU have been set, when the current task has just
110 * @regs: user register state of current task
114 * the current task has just finished an attempted system call. Full
169 * @regs: user-mode registers of @current task
188 if (unlikely(current->task_works)) in tracehook_notify_resume()
192 if (unlikely(current->cached_requested_key)) { in tracehook_notify_resume()
193 key_put(current->cached_requested_key); in tracehook_notify_resume()
194 current->cached_requested_key = NULL; in tracehook_notify_resume()
213 if (current->task_works) in tracehook_notify_signal()