Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | pid.h | 110 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
|
/linux-6.6.21/fs/ |
D | exec.c | 1132 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread() 1133 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread() 1134 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
|
/linux-6.6.21/kernel/ |
D | pid.c | 391 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function
|