Home
last modified time | relevance | path

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

/kernel/
Dpid.c283 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() function
317 attach_pid(task, type); in change_pid()
Dfork.c2206 attach_pid(p, PIDTYPE_TGID); in copy_process()
2207 attach_pid(p, PIDTYPE_PGID); in copy_process()
2208 attach_pid(p, PIDTYPE_SID); in copy_process()
2220 attach_pid(p, PIDTYPE_PID); in copy_process()