Searched refs:MADV_WILLNEED (Results 1 – 15 of 15) sorted by relevance
18 #define MADV_WILLNEED 3 macro
19 #define MADV_WILLNEED 3 macro
48 #define MADV_WILLNEED 3 /* will need these pages */ macro
84 #define MADV_WILLNEED 3 /* will need these pages */ macro
43 #define MADV_WILLNEED 3 /* will need these pages */ macro
75 #define MADV_WILLNEED 3 /* will need these pages */ macro
208 - ``willneed``: 对有 ``MADV_WILLNEED`` 的区域调用 ``madvise()`` 。419 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
54 case MADV_WILLNEED: in madvise_need_mmap_write()1016 case MADV_WILLNEED: in madvise_vma_behavior()1155 case MADV_WILLNEED: in madvise_behavior_valid()1192 case MADV_WILLNEED: in process_madvise_behavior_valid()
643 madv_action = MADV_WILLNEED; in damon_va_apply_scheme()
262 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``534 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
746 ret = madvise(ptr, HPAGE_SIZE, MADV_WILLNEED); in malloc_pkey_anon_huge()