Searched refs:CLONE_NEWCGROUP (Results 1 – 8 of 8) sorted by relevance
6 #ifndef CLONE_NEWCGROUP7 #define CLONE_NEWCGROUP 0x02000000 macro
11 ((unsigned long) (CLONE_NEWCGROUP| \
11 { CLONE_NEWCGROUP, "cgroup" },
627 *nsflags = CLONE_NEWCGROUP; in oci_namespace_type()692 s->use_cgns = FLAGS_SET(n, CLONE_NEWCGROUP); in oci_namespaces()
3135 flags |= CLONE_NEWCGROUP; in effective_clone_ns_flags()3293 r = unshare(CLONE_NEWCGROUP); in inner_child()
401 outside of the sub-tree it was invoked in. Use of `CLONE_NEWCGROUP` is hence471 4. When not using `CLONE_NEWCGROUP` when delegating a sub-tree to a
274 assert_se(namespace_flags_to_string(CLONE_NEWCGROUP, &s) == 0 && streq(s, "cgroup")); in TEST()
1407 .parameter = CLONE_NEWCGROUP,