Searched refs:MADV_FREE (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 9 #define MADV_FREE 8 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
| /linux/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/mm/ |
| H A D | madvise.c | 959 else if (behavior == MADV_FREE) in madvise_dontneed_free() 1279 case MADV_FREE: in is_discard() 1367 case MADV_FREE: in madvise_vma_behavior() 1539 case MADV_FREE: in madvise_behavior_valid() 1769 case MADV_FREE: in get_lock_mode() 1826 case MADV_FREE: in madvise_batch_tlb_flush()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pfnmap.c | 163 MADV_FREE, in TEST_F()
|
| H A D | guard-regions.c | 1394 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_FREE), 0); in TEST_F()
|
| H A D | hmm-tests.c | 2262 ret = madvise(map, size, MADV_FREE); in TEST_F()
|
| /linux/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/Documentation/filesystems/ |
| H A D | proc.rst | 525 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).
|