Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | pid.h | 107 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
|
/Linux-v5.10/fs/ |
D | exec.c | 1125 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread() 1126 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread() 1127 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
|
/Linux-v5.10/kernel/ |
D | pid.c | 388 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function
|