| /linux-6.15/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux-6.15/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux-6.15/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux-6.15/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | mman-common.h | 52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 47 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 88 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 53 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux-6.15/mm/ |
| H A D | mseal.c | 27 case MADV_FREE: in is_madv_discard()
|
| H A D | madvise.c | 65 case MADV_FREE: in madvise_need_mmap_write() 950 else if (behavior == MADV_FREE) in madvise_dontneed_free() 1270 case MADV_FREE: in madvise_vma_behavior() 1435 case MADV_FREE: in madvise_behavior_valid()
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | mseal.rst | 94 - some destructive madvise behaviors: MADV_DONTNEED, MADV_FREE, 95 MADV_DONTNEED_LOCKED, MADV_FREE, MADV_DONTFORK, MADV_WIPEONFORK 106 MADV_FREE, MADV_DONTNEED_LOCKED, and MADV_WIPEONFORK, can introduce
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | memory-tagging-extension.rst | 55 ``MADV_FREE`` may have the allocation tags cleared (set to 0) at any
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | guard-regions.c | 1351 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_FREE), 0); in TEST_F()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 571 inactive_file # of bytes of file-backed memory and MADV_FREE anonymous
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 545 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).
|