Lines Matching refs:pid_namespace
53 struct pid_namespace *ns;
98 struct pid_namespace;
99 extern struct pid_namespace init_pid_ns;
110 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
117 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
118 int next_pidmap(struct pid_namespace *pid_ns, unsigned int last);
120 extern struct pid *alloc_pid(struct pid_namespace *ns);
122 extern void disable_pid_allocation(struct pid_namespace *ns);
134 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
136 struct pid_namespace *ns = NULL; in ns_of_pid()
172 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);