Lines Matching defs:child
37 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent) in __ptrace_link()
72 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
172 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
480 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
575 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
591 static int ptrace_getsiginfo(struct task_struct *child, siginfo_t *info) in ptrace_getsiginfo()
607 static int ptrace_setsiginfo(struct task_struct *child, const siginfo_t *info) in ptrace_setsiginfo()
623 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
719 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
822 int ptrace_request(struct task_struct *child, long request, in ptrace_request()
1038 struct task_struct *child; in ptrace_get_task_struct() local
1052 #define arch_ptrace_attach(child) do { } while (0) argument
1058 struct task_struct *child; in SYSCALL_DEFINE4() local
1123 int compat_ptrace_request(struct task_struct *child, compat_long_t request, in compat_ptrace_request()
1204 struct task_struct *child; in COMPAT_SYSCALL_DEFINE4() local