Searched refs:MADV_WILLNEED (Results 1 – 12 of 12) sorted by relevance
19 #define MADV_WILLNEED 3 macro
18 #define MADV_WILLNEED 3 macro
48 #define MADV_WILLNEED 3 /* will need these pages */ macro
60 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
217 - ``willneed``: 对有 ``MADV_WILLNEED`` 的区域调用 ``madvise()`` 。451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
217 - ``willneed``: 對有 ``MADV_WILLNEED`` 的區域調用 ``madvise()`` 。451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
664 madv_action = MADV_WILLNEED; in damon_va_apply_scheme()
740 ret = madvise(ptr, HPAGE_SIZE, MADV_WILLNEED); in malloc_pkey_anon_huge()
333 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``.