| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | transhuge-stress.c | 37 MAP_NORESERVE | MAP_PRIVATE, -1, 0) != ptr) in allocate_transhuge() 90 MAP_ANONYMOUS | MAP_NORESERVE | MAP_PRIVATE, -1, 0); in main()
|
| H A D | write_to_hugetlbfs.c | 174 (reserve ? 0 : MAP_NORESERVE), in main() 188 (reserve ? 0 : MAP_NORESERVE), in main()
|
| /OK3568_Linux_fs/kernel/tools/arch/powerpc/include/uapi/asm/ |
| H A D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/ |
| H A D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mman-map-flags-generic.h | 33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mman-map-flags-generic.h | 33 # define MAP_NORESERVE 0x04000 /* Don't check for reservations. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | mman.h | 12 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | mman.h | 17 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 29 #define MAP_NORESERVE 0x0400 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 28 #define MAP_NORESERVE 0x10000 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 28 #define MAP_NORESERVE 0x0400 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 48 #define MAP_NORESERVE 0x0400 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 41 #define MAP_NORESERVE 0x0400 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 28 #define MAP_NORESERVE 0x10000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 21 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mman.h | 44 | MAP_NORESERVE \
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | os.cc | 612 MAP_SHARED | MAP_NORESERVE | MAP_LOCKED | MAP_POPULATE, in AllocateTestMem() 710 MAP_SHARED | MAP_NORESERVE | MAP_LOCKED | MAP_POPULATE, in PrepareTestMem() 714 MAP_SHARED | MAP_NORESERVE | MAP_LOCKED | MAP_POPULATE, in PrepareTestMem()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | overcommit-accounting.rst | 50 In mode 2 the MAP_NORESERVE flag is ignored.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 91 MAP_NORESERVE allocations, the reservation limit behaves the same as the fault
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmap.c | 1639 if (flags & MAP_NORESERVE) { in do_mmap()
|