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