Searched defs:pid_namespace (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dpid_namespace.h23 struct pid_namespace { struct
32 struct pid_namespace *parent;
49 extern struct pid_namespace init_pid_ns;
54 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns)
61 extern struct pid_namespace *copy_pid_ns(unsigned long flags,
62 struct user_namespace *user_ns, struct pid_namespace *ns);
63 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
64 extern int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd);
65 extern void put_pid_ns(struct pid_namespace *n
[all...]

Completed in 292 milliseconds