Lines Matching refs:pid_namespace
54 struct pid_namespace *ns;
92 struct pid_namespace;
93 extern struct pid_namespace init_pid_ns;
104 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
111 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
112 int next_pidmap(struct pid_namespace *pid_ns, unsigned int last);
114 extern struct pid *alloc_pid(struct pid_namespace *ns);
116 extern void disable_pid_allocation(struct pid_namespace *ns);
128 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
130 struct pid_namespace *ns = NULL; in ns_of_pid()
166 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);