Searched refs:MADV_PAGEOUT (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 73 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 73 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 73 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 107 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 72 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 99 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 99 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 66 #define MADV_PAGEOUT 21 /* reclaim these pages */ macro
|
/openbmc/linux/mm/ |
H A D | madvise.c | 58 case MADV_PAGEOUT: in madvise_need_mmap_write() 1036 case MADV_PAGEOUT: in madvise_vma_behavior() 1176 case MADV_PAGEOUT: in madvise_behavior_valid() 1207 case MADV_PAGEOUT: in process_madvise_behavior_valid()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
H A D | usage.rst | 219 - ``pageout``: 为具有 ``MADV_PAGEOUT`` 的区域调用 ``madvise()`` 。 453 - 2: Call ``madvise()`` for the region with ``MADV_PAGEOUT``
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 1011 if (madvise(p, page_size, MADV_PAGEOUT)) { in collapse_swapin_single_pte() 1038 if (madvise(p, (max_ptes_swap + 1) * page_size, MADV_PAGEOUT)) { in collapse_max_ptes_swap() 1057 if (madvise(p, max_ptes_swap * page_size, MADV_PAGEOUT)) { in collapse_max_ptes_swap()
|
H A D | cow.c | 702 madvise(mem, pagesize, MADV_PAGEOUT); in do_run_with_base_page() 861 madvise(mem, size, MADV_PAGEOUT); in do_run_with_thp()
|
H A D | uffd-unit-tests.c | 439 madvise(area_dst, page_size, MADV_PAGEOUT); in uffd_wp_fork_test_common()
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 665 madv_action = MADV_PAGEOUT; in damon_va_apply_scheme()
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 287 - ``pageout``: Call ``madvise()`` for the region with ``MADV_PAGEOUT``. 646 - 2: Call ``madvise()`` for the region with ``MADV_PAGEOUT``.
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 3260 ENUM_TARGET(MADV_PAGEOUT),
|