Home
last modified time | relevance | path

Searched refs:CLONE_IO (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dclone_flags.h160 #if defined(CLONE_IO) || (defined(HAVE_DECL_CLONE_IO) && HAVE_DECL_CLONE_IO)
162 static_assert((CLONE_IO) == (0x80000000), "CLONE_IO != 0x80000000");
165 # define CLONE_IO 0x80000000
200 XLAT(CLONE_IO),
Dclone_flags.in23 CLONE_IO 0x80000000
/external/ltp/include/lapi/
Dsched.h71 #ifndef CLONE_IO
72 #define CLONE_IO 0x80000000 macro
/external/kernel-headers/original/uapi/linux/
Dsched.h31 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c51 {CLONE_IO, KCMP_IO},
/external/minijail/linux-x86/
Dlibconstants.gen.c74 #ifdef CLONE_IO
75 { "CLONE_IO", (unsigned long) CLONE_IO },
/external/syzkaller/sys/linux/
Dsys_386.const32 CLONE_IO = 2147483648
Dsys_amd64.const32 CLONE_IO = 2147483648
Dsys_arm.const32 CLONE_IO = 2147483648
Dsys_ppc64le.const32 CLONE_IO = 2147483648
Dsys_arm64.const32 CLONE_IO = 2147483648
Dsys.txt1036 …D, CLONE_NEWCGROUP, CLONE_NEWUTS, CLONE_NEWIPC, CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNET, CLONE_IO
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go275 CLONE_IO = 0x80000000 const
Dzerrors_linux_mipsle.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_s390x.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_arm.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_ppc64le.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_mips64.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_ppc64.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_amd64.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_mips64le.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_386.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_mips.go293 CLONE_IO = 0x80000000 const
Dzerrors_linux_arm64.go293 CLONE_IO = 0x80000000 const