Home
last modified time | relevance | path

Searched refs:MADV_REMOVE (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dmadvise_cmds.h58 #if defined(MADV_REMOVE) || (defined(HAVE_DECL_MADV_REMOVE) && HAVE_DECL_MADV_REMOVE)
60 static_assert((MADV_REMOVE) == (9), "MADV_REMOVE != 9");
63 # define MADV_REMOVE 9
258 XLAT(MADV_REMOVE),
Dmadvise_cmds.in19 MADV_REMOVE 9
/external/ltp/include/lapi/
Dmmap.h26 #ifndef MADV_REMOVE
27 # define MADV_REMOVE 9 macro
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise02.c80 {MADV_REMOVE, "MADV_REMOVE", &file1, EINVAL, 0},
108 case MADV_REMOVE: in tcases_filter()
Dmadvise01.c54 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h50 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h82 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/external/syzkaller/sys/linux/
Dsys_386.const244 MADV_REMOVE = 9
Dsys_amd64.const244 MADV_REMOVE = 9
Dsys_arm.const244 MADV_REMOVE = 9
Dsys_ppc64le.const244 MADV_REMOVE = 9
Dsys_arm64.const244 MADV_REMOVE = 9
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c225 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) { in shmem_release_pages()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go760 MADV_REMOVE = 0x9 const
Dzerrors_linux_mipsle.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_s390x.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_arm.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_ppc64le.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_mips64.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_ppc64.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_amd64.go947 MADV_REMOVE = 0x9 const
Dzerrors_linux_mips64le.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_386.go947 MADV_REMOVE = 0x9 const
Dzerrors_linux_mips.go946 MADV_REMOVE = 0x9 const
Dzerrors_linux_arm64.go949 MADV_REMOVE = 0x9 const

12