Searched refs:MADV_COLD (Results 1 – 13 of 13) sorted by relevance
72 #define MADV_COLD 20 /* deactivate these pages */ macro
106 #define MADV_COLD 20 /* deactivate these pages */ macro
71 #define MADV_COLD 20 /* deactivate these pages */ macro
98 #define MADV_COLD 20 /* deactivate these pages */ macro
65 #define MADV_COLD 20 /* deactivate these pages */ macro
57 case MADV_COLD: in madvise_need_mmap_write()1034 case MADV_COLD: in madvise_vma_behavior()1175 case MADV_COLD: in madvise_behavior_valid()1206 case MADV_COLD: in process_madvise_behavior_valid()
218 - ``cold``: 对具有 ``MADV_COLD`` 的区域调用 ``madvise()`` 。452 - 1: Call ``madvise()`` for the region with ``MADV_COLD``
662 madv_action = MADV_COLD; in damon_va_apply_scheme()
285 - ``cold``: Call ``madvise()`` for the region with ``MADV_COLD``.644 - 1: Call ``madvise()`` for the region with ``MADV_COLD``. Ignored if
3259 ENUM_TARGET(MADV_COLD),