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); 145 * an attached 'struct pid' (see attach_pid(), detach_pid()) i.e @pid
|
/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 | 371 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid() function 404 /* transfer_pid is an optimization of attach_pid(new), detach_pid(old) */
|