Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dpid.c340 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() function
379 attach_pid(task, type); in change_pid()
Dfork.c2573 attach_pid(p, PIDTYPE_TGID); in copy_process()
2574 attach_pid(p, PIDTYPE_PGID); in copy_process()
2575 attach_pid(p, PIDTYPE_SID); in copy_process()
2586 attach_pid(p, PIDTYPE_PID); in copy_process()
/linux-6.12.1/include/linux/
Dpid.h101 extern void attach_pid(struct task_struct *task, enum pid_type);