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

/linux-master/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
/linux-master/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
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c354 .flags = CLONE_INTO_CGROUP,
363 * E2BIG -> CLONE_INTO_CGROUP not available
/linux-master/kernel/
H A Dfork.c2988 if ((args.flags & CLONE_INTO_CGROUP) &&
3047 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP))
/linux-master/kernel/cgroup/
H A Dcgroup.c6381 * If CLONE_INTO_CGROUP is specified this function will try to find an
6385 * CLONE_INTO_CGROUP is requested this function will grab cgroup mutex
6398 if (kargs->flags & CLONE_INTO_CGROUP)
6408 if (!(kargs->flags & CLONE_INTO_CGROUP)) {
6490 * CLONE_INTO_CGROUP was requested.
6505 if (kargs->flags & CLONE_INTO_CGROUP) {

Completed in 193 milliseconds