Searched refs:reboot_pid_ns (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpid_namespace.h78 extern int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd);
111 static inline int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) function
/linux-master/kernel/
H A Dpid_namespace.c314 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) function
H A Dreboot.c736 * pid_namespace, the command is handled by reboot_pid_ns() which will
739 ret = reboot_pid_ns(pid_ns, cmd);

Completed in 278 milliseconds