Searched refs:detach_pid (Results 1 – 3 of 3) sorted by relevance
92 extern void detach_pid(struct task_struct *task, enum pid_type);
67 detach_pid(p, PIDTYPE_PID); in __unhash_process()69 detach_pid(p, PIDTYPE_PGID); in __unhash_process()70 detach_pid(p, PIDTYPE_SID); in __unhash_process()
415 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() function