Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dmman-common.h49 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dmman-common.h49 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dmman.h88 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dmman.h79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dmman.h53 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dmman.h47 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-linux.h77 # define MADV_FREE 8 /* Free pages only if memory pressure. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-linux.h77 # define MADV_FREE 8 /* Free pages only if memory pressure. */ macro
/OK3568_Linux_fs/kernel/mm/
H A Dmadvise.c57 case MADV_FREE: in madvise_need_mmap_write()
844 else if (behavior == MADV_FREE) in madvise_dontneed_free()
965 case MADV_FREE: in madvise_vma()
985 case MADV_FREE: in madvise_behavior_valid()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory-tagging-extension.rst55 ``MADV_FREE`` may have the allocation tags cleared (set to 0) at any
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst494 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).