Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | pid.h | 108 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
|
| /linux-6.15/fs/ |
| H A D | exec.c | 1104 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread() 1105 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread() 1106 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
|
| /linux-6.15/kernel/ |
| H A D | pid.c | 409 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function
|