Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_selftests.h18 #ifndef CLONE_INTO_CGROUP
19 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permission… macro
/openbmc/linux/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permission… macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permission… macro
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c356 .flags = CLONE_INTO_CGROUP, in clone_into_cgroup()
/openbmc/linux/kernel/
H A Dfork.c3100 if ((args.flags & CLONE_INTO_CGROUP) && in copy_clone_args_from_user()
3159 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c6382 if (kargs->flags & CLONE_INTO_CGROUP) in cgroup_css_set_fork()
6392 if (!(kargs->flags & CLONE_INTO_CGROUP)) { in cgroup_css_set_fork()
6489 if (kargs->flags & CLONE_INTO_CGROUP) { in cgroup_css_set_put_fork()
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst192 controllers, and then seeding it with CLONE_INTO_CGROUP is