Searched refs:CLONE_NEWCGROUP (Results 1 – 13 of 13) sorted by relevance
28 #define CLONE_NEWCGROUP 0x02000000 /* New cgroup namespace */ macro
24 #ifndef CLONE_NEWCGROUP25 #define CLONE_NEWCGROUP 0 macro834 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
15 case CLONE_NEWCGROUP: in ns_debug()
289 case CLONE_NEWCGROUP: in ns_tree_from_type()
58 if (!(flags & CLONE_NEWCGROUP)) { in copy_cgroup_ns()
6990 if (kargs->flags & CLONE_NEWCGROUP) { in cgroup_post_fork()
48 …[PIDFD_NS_CGROUP] = { "cgroup", CLONE_NEWCGROUP, PIDFD_GET_CGROUP_NAMESPACE, …176 if (self->nsfds[PIDFD_NS_CGROUP] >= 0 && unshare(CLONE_NEWCGROUP) < 0) { in FIXTURE_SETUP()230 if (self->nsfds[PIDFD_NS_CGROUP] >= 0 && unshare(CLONE_NEWCGROUP) < 0) { in FIXTURE_SETUP()
483 case CLONE_NEWCGROUP: in is_current_namespace()577 case CLONE_NEWCGROUP: in nsfs_fh_to_dentry()
199 ret = unshare(CLONE_NEWCGROUP); in TEST_F()
1025 ret = unshare(CLONE_NEWCGROUP); in TEST()
307 ASSERT_EQ(0, unshare(CLONE_NEWNS | CLONE_NEWCGROUP)); in prepare_layout_opt()
3002 "/proc/$PID/cgroup" file and cgroup mounts. The CLONE_NEWCGROUP clone