Home
last modified time | relevance | path

Searched refs:CLONE_NEWCGROUP (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dsetns_types.h13 #if defined(CLONE_NEWCGROUP) || (defined(HAVE_DECL_CLONE_NEWCGROUP) && HAVE_DECL_CLONE_NEWCGROUP)
15 static_assert((CLONE_NEWCGROUP) == (0x02000000), "CLONE_NEWCGROUP != 0x02000000");
18 # define CLONE_NEWCGROUP 0x02000000
63 XLAT(CLONE_NEWCGROUP),
Dclone_flags.h118 #if defined(CLONE_NEWCGROUP) || (defined(HAVE_DECL_CLONE_NEWCGROUP) && HAVE_DECL_CLONE_NEWCGROUP)
120 static_assert((CLONE_NEWCGROUP) == (0x02000000), "CLONE_NEWCGROUP != 0x02000000");
123 # define CLONE_NEWCGROUP 0x02000000
194 XLAT(CLONE_NEWCGROUP),
Dunshare_flags.h53 #if defined(CLONE_NEWCGROUP) || (defined(HAVE_DECL_CLONE_NEWCGROUP) && HAVE_DECL_CLONE_NEWCGROUP)
54 XLAT(CLONE_NEWCGROUP),
Dunshare_flags.in13 CLONE_NEWCGROUP
Dsetns_types.in3 CLONE_NEWCGROUP 0x02000000
Dclone_flags.in17 CLONE_NEWCGROUP 0x02000000
/external/syzkaller/sys/linux/
Dnamespaces.txt15 unshare_flags = CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CL…
16 ns_type = 0, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWUTS, CLONE_NEWCGROUP, CLONE_NEWNS, CLONE_NEWPID, …
Dnamespaces_arm64.const4 CLONE_NEWCGROUP = 33554432
Dnamespaces_386.const4 CLONE_NEWCGROUP = 33554432
Dnamespaces_amd64.const4 CLONE_NEWCGROUP = 33554432
Dnamespaces_ppc64le.const4 CLONE_NEWCGROUP = 33554432
Dnamespaces_arm.const4 CLONE_NEWCGROUP = 33554432
Dsys_386.const33 CLONE_NEWCGROUP = 33554432
Dsys_amd64.const33 CLONE_NEWCGROUP = 33554432
Dsys_arm.const33 CLONE_NEWCGROUP = 33554432
Dsys_ppc64le.const33 CLONE_NEWCGROUP = 33554432
Dsys_arm64.const33 CLONE_NEWCGROUP = 33554432
/external/kernel-headers/original/uapi/linux/
Dsched.h25 #define CLONE_NEWCGROUP 0x02000000 /* New cgroup namespace */ macro
/external/minijail/
Dlibminijail.c73 #ifndef CLONE_NEWCGROUP
74 # define CLONE_NEWCGROUP 0x02000000 macro
2133 if (j->flags.ns_cgroups && unshare(CLONE_NEWCGROUP)) in minijail_enter()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go276 CLONE_NEWCGROUP = 0x2000000 const
Dzerrors_linux_mipsle.go294 CLONE_NEWCGROUP = 0x2000000 const
Dzerrors_linux_s390x.go294 CLONE_NEWCGROUP = 0x2000000 const
Dzerrors_linux_arm.go294 CLONE_NEWCGROUP = 0x2000000 const
Dzerrors_linux_ppc64le.go294 CLONE_NEWCGROUP = 0x2000000 const
Dzerrors_linux_mips64.go294 CLONE_NEWCGROUP = 0x2000000 const

12