Home
last modified time | relevance | path

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

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