Home
last modified time | relevance | path

Searched refs:MADV_SEQUENTIAL (Results 1 – 25 of 46) sorted by relevance

12

/external/strace/xlat/
Dmadvise_cmds.h20 #if defined(MADV_SEQUENTIAL) || (defined(HAVE_DECL_MADV_SEQUENTIAL) && HAVE_DECL_MADV_SEQUENTIAL)
22 static_assert((MADV_SEQUENTIAL) == (2), "MADV_SEQUENTIAL != 2");
25 # define MADV_SEQUENTIAL 2
246 XLAT(MADV_SEQUENTIAL),
Dmadvise_cmds.in7 MADV_SEQUENTIAL 2
/external/syzkaller/sys/netbsd/
Dmm_amd64.const6 MADV_SEQUENTIAL = 2
Dmm.txt18 madvise_flags = MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL, MADV_WILLNEED, MADV_DONTNEED, MADV_FREE
/external/syzkaller/sys/freebsd/
Dposix_mm_amd64.const5 MADV_SEQUENTIAL = 2
Dposix_mm.txt20 madvise_flags = MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL, MADV_WILLNEED, MADV_DONTNEED
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h44 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h76 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/external/strace/tests/
Dmadvise.c66 rc = k_madvise(0, bogus_length, MADV_SEQUENTIAL); in main()
/external/strace/tests-m32/
Dmadvise.c66 rc = k_madvise(0, bogus_length, MADV_SEQUENTIAL); in main()
/external/strace/tests-mx32/
Dmadvise.c66 rc = k_madvise(0, bogus_length, MADV_SEQUENTIAL); in main()
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c51 {MADV_SEQUENTIAL, "MADV_SEQUENTIAL", &sfile},
/external/syzkaller/sys/linux/
Dsys_386.const245 MADV_SEQUENTIAL = 2
Dsys_amd64.const245 MADV_SEQUENTIAL = 2
Dsys_arm.const245 MADV_SEQUENTIAL = 2
Dsys_ppc64le.const245 MADV_SEQUENTIAL = 2
Dsys_arm64.const245 MADV_SEQUENTIAL = 2
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go633 MADV_SEQUENTIAL = 0x2 const
Dzerrors_dragonfly_amd64.go860 MADV_SEQUENTIAL = 0x2 const
Dzerrors_openbsd_arm.go879 MADV_SEQUENTIAL = 0x2 const
Dzerrors_openbsd_amd64.go917 MADV_SEQUENTIAL = 0x2 const
Dzerrors_openbsd_386.go880 MADV_SEQUENTIAL = 0x2 const
Dzerrors_darwin_386.go900 MADV_SEQUENTIAL = 0x2 const
Dzerrors_darwin_arm64.go900 MADV_SEQUENTIAL = 0x2 const
Dzerrors_darwin_amd64.go900 MADV_SEQUENTIAL = 0x2 const

12