Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | pid.h | 99 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
|
/Linux-v5.4/kernel/ |
D | pid.c | 321 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function
|
/Linux-v5.4/fs/ |
D | exec.c | 1153 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread() 1154 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread() 1155 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
|