Home
last modified time | relevance | path

Searched refs:ns_types (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setns/
Dsetns01.c109 t->ns_type = ns_types[i]; in setup0()
114 t->ns_type = ns_types[i]; in setup1()
139 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()
148 t->ns_type = ns_types[i]; in setup4()
Dsetns.h26 static int ns_types[NS_MAX]; variable
54 ns_types[ns_total] = clone_type; in init_ns_type()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox.cc91 : ns_types(CLONE_NEWUSER | CLONE_NEWPID | CLONE_NEWNET), in Options()
131 if ((ns_type & ns_sandbox_options.ns_types) == 0) { in LaunchProcessWithOptions()
Dnamespace_sandbox.h47 int ns_types; member
Dnamespace_sandbox_unittest.cc108 options.ns_types = CLONE_NEWUSER | CLONE_NEWPID; in TEST_F()