Home
last modified time | relevance | path

Searched refs:CLONE_INTO_CGROUP (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/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 permissions. */ macro
/kernel/linux/linux-6.6/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 permissions. */ macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permissions. */ macro
85 * @cgroup: If CLONE_INTO_CGROUP is specified set this to
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permissions. */ macro
85 * @cgroup: If CLONE_INTO_CGROUP is specified set this to
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permissions. */ macro
85 * @cgroup: If CLONE_INTO_CGROUP is specified set this to
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h38 #define CLONE_INTO_CGROUP 0x200000000ULL /* Clone into a specific cgroup given the right permissions. */ macro
85 * @cgroup: If CLONE_INTO_CGROUP is specified set this to
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h48 #define CLONE_INTO_CGROUP 0x200000000ULL macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h48 #define CLONE_INTO_CGROUP 0x200000000ULL macro
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c341 .flags = CLONE_INTO_CGROUP, in clone_into_cgroup()
350 * E2BIG -> CLONE_INTO_CGROUP not available in clone_into_cgroup()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c354 .flags = CLONE_INTO_CGROUP, in clone_into_cgroup()
363 * E2BIG -> CLONE_INTO_CGROUP not available in clone_into_cgroup()
/kernel/linux/linux-5.10/kernel/
H A Dfork.c2696 if ((args.flags & CLONE_INTO_CGROUP) && in copy_clone_args_from_user()
2755 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c3116 if ((args.flags & CLONE_INTO_CGROUP) && in copy_clone_args_from_user()
3175 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c6038 * If CLONE_INTO_CGROUP is specified this function will try to find an
6042 * CLONE_INTO_CGROUP is requested this function will grab cgroup mutex
6055 if (kargs->flags & CLONE_INTO_CGROUP)
6065 if (!(kargs->flags & CLONE_INTO_CGROUP)) {
6133 * CLONE_INTO_CGROUP was requested.
6148 if (kargs->flags & CLONE_INTO_CGROUP) {
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c6365 * If CLONE_INTO_CGROUP is specified this function will try to find an
6369 * CLONE_INTO_CGROUP is requested this function will grab cgroup mutex
6382 if (kargs->flags & CLONE_INTO_CGROUP)
6392 if (!(kargs->flags & CLONE_INTO_CGROUP)) {
6474 * CLONE_INTO_CGROUP was requested.
6489 if (kargs->flags & CLONE_INTO_CGROUP) {

Completed in 26 milliseconds