detach_pid
void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type);
detach_pid(post->pids, p, PIDTYPE_PID);
detach_pid(post->pids, p, PIDTYPE_TGID);
detach_pid(post->pids, p, PIDTYPE_PGID);
detach_pid(post->pids, p, PIDTYPE_SID);