Home
last modified time | relevance | path

Searched refs:MADV_WILLNEED (Results 1 – 12 of 12) sorted by relevance

/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h19 #define MADV_WILLNEED 3 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h18 #define MADV_WILLNEED 3 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h18 #define MADV_WILLNEED 3 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h18 #define MADV_WILLNEED 3 macro
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h48 #define MADV_WILLNEED 3 /* will need these pages */ macro
/linux/include/uapi/asm-generic/
H A Dmman-common.h48 #define MADV_WILLNEED 3 /* will need these pages */ macro
/linux/mm/
H A Dmadvise.c60 case MADV_WILLNEED: in madvise_need_mmap_write()
1256 case MADV_WILLNEED: in madvise_walk_vmas()
1399 case MADV_WILLNEED:
1439 case MADV_WILLNEED: in do_madvise()
1581 * MADV_WILLNEED - the application is notifying the system to read
/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dusage.rst217 - ``willneed``: 对有 ``MADV_WILLNEED`` 的区域调用 ``madvise()`` 。
451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
/linux/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dusage.rst217 - ``willneed``: 對有 ``MADV_WILLNEED`` 的區域調用 ``madvise()`` 。
451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
/linux/mm/damon/
H A Dvaddr.c664 madv_action = MADV_WILLNEED; in damon_va_apply_scheme()
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c740 ret = madvise(ptr, HPAGE_SIZE, MADV_WILLNEED); in malloc_pkey_anon_huge()
/linux/Documentation/mm/damon/
H A Ddesign.rst333 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``.