Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h88 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h53 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h47 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/openbmc/linux/mm/
H A Dmadvise.c59 case MADV_FREE: in madvise_need_mmap_write()
907 else if (behavior == MADV_FREE) in madvise_dontneed_free()
1029 case MADV_FREE: in madvise_vma_behavior()
1165 case MADV_FREE: in madvise_behavior_valid()
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst55 ``MADV_FREE`` may have the allocation tags cleared (set to 0) at any
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst561 inactive_file # of bytes of file-backed memory and MADV_FREE anonymous
/openbmc/qemu/linux-user/
H A Dstrace.c3247 ENUM_TARGET(MADV_FREE),
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst508 "LazyFree" shows the amount of memory which is marked by madvise(MADV_FREE).