Home
last modified time | relevance | path

Searched refs:change_pid (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dpid.h97 extern void change_pid(struct task_struct *task, enum pid_type,
/Linux-v5.4/kernel/
Dpid.c313 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() function
Dsys.c1067 change_pid(p, PIDTYPE_PGID, pgrp); in SYSCALL_DEFINE2()
1152 change_pid(curr, PIDTYPE_SID, pid); in set_special_pids()
1155 change_pid(curr, PIDTYPE_PGID, pid); in set_special_pids()
/Linux-v5.4/fs/
Dexec.c1152 change_pid(tsk, PIDTYPE_PID, task_pid(leader)); in de_thread()