Searched refs:change_pid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pid.h | 93 extern void change_pid(struct task_struct *task, enum pid_type,
|
/linux-4.1.27/kernel/ |
D | pid.c | 420 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() function
|
D | sys.c | 980 change_pid(p, PIDTYPE_PGID, pgrp); in SYSCALL_DEFINE2() 1060 change_pid(curr, PIDTYPE_SID, pid); in set_special_pids() 1063 change_pid(curr, PIDTYPE_PGID, pid); in set_special_pids()
|
/linux-4.1.27/fs/ |
D | exec.c | 978 change_pid(tsk, PIDTYPE_PID, task_pid(leader)); in de_thread()
|