Searched refs:MADV_WILLNEED (Results 1 – 15 of 15) 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
84 #define MADV_WILLNEED 3 /* will need these pages */ macro
75 #define MADV_WILLNEED 3 /* will need these pages */ macro
43 #define MADV_WILLNEED 3 /* will need these pages */ macro
217 - ``willneed``: 对有 ``MADV_WILLNEED`` 的区域调用 ``madvise()`` 。451 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``
54 case MADV_WILLNEED: in madvise_need_mmap_write()1036 case MADV_WILLNEED: in madvise_vma_behavior()1175 case MADV_WILLNEED: in madvise_behavior_valid()1212 case MADV_WILLNEED: in process_madvise_behavior_valid()
657 madv_action = MADV_WILLNEED; in damon_va_apply_scheme()
283 - ``willneed``: Call ``madvise()`` for the region with ``MADV_WILLNEED``.642 - 0: Call ``madvise()`` for the region with ``MADV_WILLNEED``. Ignored if
738 ret = madvise(ptr, HPAGE_SIZE, MADV_WILLNEED); in malloc_pkey_anon_huge()