HomeSort by relevance Sort by last modified time
    Searched defs:MADV_REMOVE (Results 1 - 25 of 30) sorted by null

1 2

  /external/ltp/include/lapi/
mmap.h 26 #ifndef MADV_REMOVE
27 # define MADV_REMOVE 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 39 #define MADV_REMOVE 9 /* remove these pages & resources */
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 45 #define MADV_REMOVE 9
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 60 #define MADV_REMOVE 9
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 47 #define MADV_REMOVE 9 /* remove these pages & resources */
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 81 #define MADV_REMOVE 9 /* remove these pages & resources */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 94 # define MADV_REMOVE 9 /* Remove these pages and resources. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 95 # define MADV_REMOVE 9 /* Remove these pages and resources. */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 519 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_amd64.go 519 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_arm.go 521 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_arm64.go 658 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mips.go 639 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mips64.go 652 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mips64le.go 652 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mipsle.go 639 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_ppc64.go 656 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_ppc64le.go 658 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_s390x.go 654 MADV_REMOVE = 0x9
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 519 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_amd64.go 519 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_arm.go 521 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_arm64.go 658 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mips.go 639 MADV_REMOVE = 0x9
    [all...]
zerrors_linux_mips64.go 652 MADV_REMOVE = 0x9
    [all...]

Completed in 1068 milliseconds

1 2