Searched refs:detach_pid (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | pid.h | 108 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type);
|
| /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 | 372 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid() function
|