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

/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h48 static void init_ns_type(int clone_type, const char *proc_name) function
65 init_ns_type(CLONE_NEWIPC, "ipc");
68 init_ns_type(CLONE_NEWNS, "mnt");
71 init_ns_type(CLONE_NEWNET, "net");
74 init_ns_type(CLONE_NEWPID, "pid");
77 init_ns_type(CLONE_NEWUTS, "uts");

Completed in 165 milliseconds