Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pid.h | 89 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
|
/Linux-v4.19/kernel/ |
D | pid.c | 316 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function
|
/Linux-v4.19/fs/ |
D | exec.c | 1148 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread() 1149 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread() 1150 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
|