Home
last modified time | relevance | path

Searched refs:__ptrace_unlink (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dptrace.h60 extern void __ptrace_unlink(struct task_struct *child);
98 __ptrace_unlink(child); in ptrace_unlink()
/linux/kernel/
H A Dptrace.c117 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink() function
542 __ptrace_unlink(p); in __ptrace_detach()