Lines Matching defs:child

69 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent,  in __ptrace_link()
84 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
117 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
239 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
566 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
662 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
680 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
696 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
712 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
826 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
921 ptrace_get_syscall_info_entry(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_entry()
938 ptrace_get_syscall_info_seccomp(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_seccomp()
957 ptrace_get_syscall_info_exit(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_exit()
971 ptrace_get_syscall_info(struct task_struct *child, unsigned long user_size, in ptrace_get_syscall_info()
1014 int ptrace_request(struct task_struct *child, long request, in ptrace_request()
1264 struct task_struct *child; in SYSCALL_DEFINE4() local
1322 int compat_ptrace_request(struct task_struct *child, compat_long_t request, in compat_ptrace_request()
1403 struct task_struct *child; in COMPAT_SYSCALL_DEFINE4() local