Lines Matching defs:child
68 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
83 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
116 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
249 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
582 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
678 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
696 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
712 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
728 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
842 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
937 ptrace_get_syscall_info_entry(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_entry()
954 ptrace_get_syscall_info_seccomp(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_seccomp()
973 ptrace_get_syscall_info_exit(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_exit()
987 ptrace_get_syscall_info(struct task_struct *child, unsigned long user_size, in ptrace_get_syscall_info()
1030 int ptrace_request(struct task_struct *child, long request, in ptrace_request()
1272 struct task_struct *child; in SYSCALL_DEFINE4() local
1330 int compat_ptrace_request(struct task_struct *child, compat_long_t request, in compat_ptrace_request()
1411 struct task_struct *child; in COMPAT_SYSCALL_DEFINE4() local