Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpid.h91 extern void attach_pid(struct task_struct *task, enum pid_type);
/linux-4.4.14/kernel/
Dpid.c389 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() function
424 attach_pid(task, type); in change_pid()
Dfork.c1590 attach_pid(p, PIDTYPE_PGID); in copy_process()
1591 attach_pid(p, PIDTYPE_SID); in copy_process()
1602 attach_pid(p, PIDTYPE_PID); in copy_process()