/linux/tools/testing/selftests/mm/ |
H A D | write_to_hugetlbfs.c | 176 (reserve ? 0 : MAP_NORESERVE), in main() 190 (reserve ? 0 : MAP_NORESERVE), in main()
|
H A D | transhuge-stress.c | 22 int mmap_flags = MAP_ANONYMOUS | MAP_NORESERVE | MAP_PRIVATE;
|
H A D | vm_util.c | 272 MAP_NORESERVE | MAP_PRIVATE, -1, 0) != ptr) in allocate_transhuge()
|
H A D | uffd-common.c | 85 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area()
|
H A D | ksm_tests.c | 563 MAP_ANONYMOUS | MAP_NORESERVE | MAP_PRIVATE, -1, 0); in ksm_merge_hugepages_time()
|
/linux/tools/arch/powerpc/include/uapi/asm/ |
H A D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | mman.h | 8 #define MAP_NORESERVE 0x40 macro
|
/linux/tools/include/uapi/asm-generic/ |
H A D | mman.h | 11 #define MAP_NORESERVE 0x4000 /* don't check for reservations */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | mman.h | 12 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | mman.h | 17 #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ macro
|
/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 29 #define MAP_NORESERVE 0x0400 macro
|
/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 28 #define MAP_NORESERVE 0x10000 macro
|
/linux/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 28 #define MAP_NORESERVE 0x0400 macro
|
/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/linux/include/linux/ |
H A D | mman.h | 51 | MAP_NORESERVE \
|
/linux/arch/um/os-Linux/ |
H A D | mem.c | 35 MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE|MAP_NORESERVE, in kasan_map_memory()
|
/linux/Documentation/mm/ |
H A D | overcommit-accounting.rst | 48 In mode 2 the MAP_NORESERVE flag is ignored.
|
/linux/tools/testing/selftests/kvm/ |
H A D | set_memory_region_test.c | 438 MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in test_add_max_memory_regions()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | hugetlb.rst | 99 MAP_NORESERVE allocations, the reservation limit behaves the same as the fault
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_metadata.c | 61 int mmap_flags = MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE; in open_xsk()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 72 int mmap_flags = MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE; in open_xsk()
|
H A D | xskxceiver.c | 288 int mmap_flags = MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE; in ifobj_zc_avail() 1686 int mmap_flags = MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE; in thread_common_ops()
|
/linux/mm/ |
H A D | mmap.c | 551 if (flags & MAP_NORESERVE) { in do_mmap()
|