Searched refs:detach_pid (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| H A D | exit.c | 141 detach_pid(post->pids, p, PIDTYPE_PID); in __unhash_process() 145 detach_pid(post->pids, p, PIDTYPE_TGID); in __unhash_process() 146 detach_pid(post->pids, p, PIDTYPE_PGID); in __unhash_process() 147 detach_pid(post->pids, p, PIDTYPE_SID); in __unhash_process()
|
| H A D | pid.c | 422 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid() function
|