Searched refs:detach_pid (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | pid.h | 104 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type);
|
| /linux-6.15/kernel/ |
| H A D | exit.c | 137 detach_pid(post->pids, p, PIDTYPE_PID); in __unhash_process() 139 detach_pid(post->pids, p, PIDTYPE_TGID); in __unhash_process() 140 detach_pid(post->pids, p, PIDTYPE_PGID); in __unhash_process() 141 detach_pid(post->pids, p, PIDTYPE_SID); in __unhash_process()
|
| H A D | pid.c | 375 void detach_pid(struct pid **pids, struct task_struct *task, enum pid_type type) in detach_pid() function
|