Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpid.h130 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
/linux/kernel/
H A Dpid.c166 struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, in alloc_pid() function
H A Dfork.c2406 pid = alloc_pid(p->nsproxy->pid_ns_for_children, args->set_tid, in copy_process()