Home
last modified time | relevance | path

Searched refs:MADV_FREE (Results 1 – 12 of 12) sorted by relevance

/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux/Documentation/userspace-api/
H A Dmseal.rst94 - 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 Dmadvise.c959 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 Dpfnmap.c163 MADV_FREE, in TEST_F()
H A Dguard-regions.c1394 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_FREE), 0); in TEST_F()
H A Dhmm-tests.c2262 ret = madvise(map, size, MADV_FREE); in TEST_F()
/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst55 ``MADV_FREE`` may have the allocation tags cleared (set to 0) at any
/linux/Documentation/filesystems/
H A Dproc.rst525 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).