Home
last modified time | relevance | path

Searched refs:task_current_syscall (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dsyscall.c45 * task_current_syscall - Discover what a blocked task is doing.
69 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall() function
/kernel/linux/linux-6.6/lib/
H A Dsyscall.c45 * task_current_syscall - Discover what a blocked task is doing.
69 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall() function
/kernel/linux/linux-5.10/include/linux/
H A Dptrace.h410 extern int task_current_syscall(struct task_struct *target, struct syscall_info *info);
/kernel/linux/linux-6.6/include/linux/
H A Dptrace.h400 extern int task_current_syscall(struct task_struct *target, struct syscall_info *info);
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c659 if (task_current_syscall(task, &info)) in proc_pid_syscall()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c663 if (task_current_syscall(task, &info)) in proc_pid_syscall()

Completed in 12 milliseconds