Home
last modified time | relevance | path

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

/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-6.15/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-6.15/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dmman.h47 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dmman.h79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/arch/xtensa/include/uapi/asm/
H A Dmman.h88 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dmman.h53 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-6.15/mm/
H A Dmseal.c27 case MADV_FREE: in is_madv_discard()
H A Dmadvise.c65 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 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-6.15/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst55 ``MADV_FREE`` may have the allocation tags cleared (set to 0) at any
/linux-6.15/tools/testing/selftests/mm/
H A Dguard-regions.c1351 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_FREE), 0); in TEST_F()
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst571 inactive_file # of bytes of file-backed memory and MADV_FREE anonymous
/linux-6.15/Documentation/filesystems/
H A Dproc.rst545 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).