Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpid.h104 extern void attach_pid(struct task_struct *task, enum pid_type);
/linux-6.3-rc2/kernel/
A Dpid.c331 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() function
365 attach_pid(task, type); in change_pid()
A Dfork.c2474 attach_pid(p, PIDTYPE_TGID); in copy_process()
2475 attach_pid(p, PIDTYPE_PGID); in copy_process()
2476 attach_pid(p, PIDTYPE_SID); in copy_process()
2489 attach_pid(p, PIDTYPE_PID); in copy_process()

Completed in 12 milliseconds