Searched refs:detach_pid (Results 1 – 2 of 2) sorted by relevance
124 detach_pid(p, PIDTYPE_PID); in __unhash_process()126 detach_pid(p, PIDTYPE_TGID); in __unhash_process()127 detach_pid(p, PIDTYPE_PGID); in __unhash_process()128 detach_pid(p, PIDTYPE_SID); in __unhash_process()
356 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() function