Home
last modified time | relevance | path

Searched refs:transfer_pid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpid.h110 extern void transfer_pid(struct task_struct *old, struct task_struct *new,
/openbmc/linux/fs/
H A Dexec.c1131 transfer_pid(leader, tsk, PIDTYPE_TGID); in de_thread()
1132 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread()
1133 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()
/openbmc/linux/kernel/
H A Dpid.c391 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() function