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()
250 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
583 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
679 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
697 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
713 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
729 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
843 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
938 ptrace_get_syscall_info_entry(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_entry()
955 ptrace_get_syscall_info_seccomp(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_seccomp()
974 ptrace_get_syscall_info_exit(struct task_struct *child, struct pt_regs *regs, in ptrace_get_syscall_info_exit()
988 ptrace_get_syscall_info(struct task_struct *child, unsigned long user_size, in ptrace_get_syscall_info()
1031 int ptrace_request(struct task_struct *child, long request, in ptrace_request()
1281 struct task_struct *child; in SYSCALL_DEFINE4() local
1339 int compat_ptrace_request(struct task_struct *child, compat_long_t request, in compat_ptrace_request()
1420 struct task_struct *child; in COMPAT_SYSCALL_DEFINE4() local