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 * when the current task has just entered the kernel for a system call.
109 * @regs: user register state of current task
113 * current task has just finished an attempted system call. Full
168 * @regs: user-mode registers of @current task
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()