Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpid.h105 extern void attach_pid(struct task_struct *task, enum pid_type);
/linux-6.6.21/kernel/
Dpid.c334 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() function
368 attach_pid(task, type); in change_pid()
Dfork.c2697 attach_pid(p, PIDTYPE_TGID); in copy_process()
2698 attach_pid(p, PIDTYPE_PGID); in copy_process()
2699 attach_pid(p, PIDTYPE_SID); in copy_process()
2712 attach_pid(p, PIDTYPE_PID); in copy_process()