/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
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()
|
D | write_to_hugetlbfs.c | 174 (reserve ? 0 : MAP_NORESERVE), in main() 188 (reserve ? 0 : MAP_NORESERVE), in main()
|
/kernel/linux/linux-5.10/tools/arch/powerpc/include/uapi/asm/ |
D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
/kernel/linux/linux-5.10/tools/arch/sparc/include/uapi/asm/ |
D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | mman.h | 26 #define MAP_NORESERVE 0x4000 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | mman.h | 13 #define MAP_NORESERVE 0x4000 macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | mman.h | 12 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | mman.h | 17 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
/kernel/linux/linux-5.10/tools/arch/xtensa/include/uapi/asm/ |
D | mman.h | 28 #define MAP_NORESERVE 0x0400 macro
|
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/ |
D | mman.h | 28 #define MAP_NORESERVE 0x10000 macro
|
/kernel/linux/linux-5.10/tools/arch/parisc/include/uapi/asm/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/kernel/linux/linux-5.10/tools/arch/mips/include/uapi/asm/ |
D | mman.h | 29 #define MAP_NORESERVE 0x0400 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | mman.h | 41 #define MAP_NORESERVE 0x0400 /* don't check for reservations */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | mman.h | 34 #define MAP_NORESERVE 0x0400 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | mman.h | 21 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
D | mman.h | 48 #define MAP_NORESERVE 0x0400 /* don't check for reservations */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | mman.h | 28 #define MAP_NORESERVE 0x10000 /* don't check for reservations */ macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | mman.h | 44 | MAP_NORESERVE \
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | overcommit-accounting.rst | 50 In mode 2 the MAP_NORESERVE flag is ignored.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 91 MAP_NORESERVE allocations, the reservation limit behaves the same as the fault
|
/kernel/linux/linux-5.10/mm/ |
D | mmap.c | 1599 if (flags & MAP_NORESERVE) { in do_mmap()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 137114 + MAP_SHARED | MAP_NORESERVE, 137697 + MAP_SHARED | MAP_NORESERVE, 138926 + MAP_SHARED | MAP_NORESERVE, 139619 + PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NORESERVE, 0); 141392 + MAP_SHARED | MAP_NORESERVE,
|