Home
last modified time | relevance | path

Searched refs:CLONE_INTO_CGROUP (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permission… macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permission… macro
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c356 .flags = CLONE_INTO_CGROUP, in clone_into_cgroup()
/linux/kernel/
H A Dfork.c2988 if ((args.flags & CLONE_INTO_CGROUP) && in copy_clone_args_from_user()
3047 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
/linux/kernel/cgroup/
H A Dcgroup.c6399 if (kargs->flags & CLONE_INTO_CGROUP) in cgroup_css_set_fork()
6409 if (!(kargs->flags & CLONE_INTO_CGROUP)) { in cgroup_css_set_fork()
6506 if (kargs->flags & CLONE_INTO_CGROUP) { in cgroup_css_set_put_fork()
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst192 controllers, and then seeding it with CLONE_INTO_CGROUP is