Home
last modified time | relevance | path

Searched refs:task_current_syscall (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/lib/
Dsyscall.c69 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall() function
/kernel/linux/linux-5.10/include/linux/
Dptrace.h410 extern int task_current_syscall(struct task_struct *target, struct syscall_info *info);
/kernel/linux/linux-5.10/fs/proc/
Dbase.c659 if (task_current_syscall(task, &info)) in proc_pid_syscall()