Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmadvise_cmds.h72 #if defined(MADV_DOFORK) || (defined(HAVE_DECL_MADV_DOFORK) && HAVE_DECL_MADV_DOFORK)
74 static_assert((MADV_DOFORK) == (11), "MADV_DOFORK != 11");
77 # define MADV_DOFORK 11
262 XLAT(MADV_DOFORK),
Dmadvise_cmds.in23 MADV_DOFORK 11
/external/ltp/include/lapi/
Dmmap.h34 #ifndef MADV_DOFORK
35 # define MADV_DOFORK 11 macro
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h52 #define MADV_DOFORK 11 /* do inherit across fork */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h84 #define MADV_DOFORK 11 /* do inherit across fork */ macro
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c56 {MADV_DOFORK, "MADV_DOFORK", &sfile}, /* since Linux 2.6.16 */
/external/syzkaller/sys/linux/
Dsys_386.const233 MADV_DOFORK = 11
Dsys_amd64.const233 MADV_DOFORK = 11
Dsys_arm.const233 MADV_DOFORK = 11
Dsys_ppc64le.const233 MADV_DOFORK = 11
Dsys_arm64.const233 MADV_DOFORK = 11
Dsys.txt930 …_SEQUENTIAL, MADV_WILLNEED, MADV_DONTNEED, MADV_REMOVE, MADV_DONTFORK, MADV_DOFORK, MADV_HWPOISON,…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go749 MADV_DOFORK = 0xb const
Dzerrors_linux_mipsle.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_s390x.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_arm.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_ppc64le.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_mips64.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_ppc64.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_amd64.go935 MADV_DOFORK = 0xb const
Dzerrors_linux_mips64le.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_386.go935 MADV_DOFORK = 0xb const
Dzerrors_linux_mips.go934 MADV_DOFORK = 0xb const
Dzerrors_linux_arm64.go937 MADV_DOFORK = 0xb const