Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpid_namespace.h51 extern int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd);
79 static inline int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns() function
/linux-5.19.10/kernel/
Dpid_namespace.c300 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns() function
Dreboot.c707 ret = reboot_pid_ns(pid_ns, cmd); in SYSCALL_DEFINE4()