detach_pid 96 include/linux/pid.h extern void detach_pid(struct task_struct *task, enum pid_type); detach_pid 75 kernel/exit.c detach_pid(p, PIDTYPE_PID); detach_pid 77 kernel/exit.c detach_pid(p, PIDTYPE_TGID); detach_pid 78 kernel/exit.c detach_pid(p, PIDTYPE_PGID); detach_pid 79 kernel/exit.c detach_pid(p, PIDTYPE_SID);