/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 18 #define MADV_WILLNEED 3 macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 18 #define MADV_WILLNEED 3 macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 19 #define MADV_WILLNEED 3 macro
|
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 18 #define MADV_WILLNEED 3 macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 48 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 48 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 48 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 84 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 48 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 75 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 75 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 43 #define MADV_WILLNEED 3 /* will need these pages */ macro
|
/openbmc/qemu/include/qemu/ |
H A D | madvise.h | 15 #define QEMU_MADV_WILLNEED MADV_WILLNEED
|
/openbmc/linux/mm/ |
H A D | madvise.c | 54 case MADV_WILLNEED: in madvise_need_mmap_write() 1023 case MADV_WILLNEED: in madvise_vma_behavior() 1162 case MADV_WILLNEED: in madvise_behavior_valid() 1199 case MADV_WILLNEED: in process_madvise_behavior_valid()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
H A D | usage.rst | 217 - ``willneed``: 对有 ``MADV_WILLNEED`` 的区域调用 ``madvise()`` 。 451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 659 madv_action = MADV_WILLNEED; in damon_va_apply_scheme()
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 283 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``. 642 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``. Ignored if
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 738 ret = madvise(ptr, HPAGE_SIZE, MADV_WILLNEED); in malloc_pkey_anon_huge()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 3245 ENUM_TARGET(MADV_WILLNEED),
|