Searched refs:unevictable (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 12 infrastructure and the use of this to manage several types of "unevictable" 27 The Unevictable LRU facility adds an additional LRU list to track unevictable 41 The unevictable list addresses the following classes of unevictable pages: 52 unevictable, either by definition or by circumstance, in the future. 65 called the "unevictable" list and an associated folio flag, PG_unevictable, to 66 indicate that the folio is being managed on the unevictable list. 72 The Unevictable LRU infrastructure maintains unevictable folios as if they were 75 (1) We get to "treat unevictable folios just like we treat other folios in the 80 (2) We want to be able to migrate unevictable folios between nodes for memory 87 The unevictable list does not differentiate between file-backed and [all …]
|
H A D | index.rst | 61 unevictable-lru
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_resource_test.c | 167 KUNIT_ASSERT_TRUE(test, list_empty(&bo->bdev->unevictable)); in ttm_resource_init_pinned() 172 KUNIT_ASSERT_TRUE(test, list_is_singular(&bo->bdev->unevictable)); in ttm_resource_init_pinned() 178 KUNIT_ASSERT_TRUE(test, list_empty(&bo->bdev->unevictable)); in ttm_resource_init_pinned()
|
H A D | ttm_bo_test.c | 311 list_is_last(&res2->lru.link, &priv->ttm_dev->unevictable), 1); in ttm_bo_unreserve_pinned() 315 list_is_last(&res1->lru.link, &priv->ttm_dev->unevictable), 1); in ttm_bo_unreserve_pinned()
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_device.c | 243 INIT_LIST_HEAD(&bdev->unevictable); in ttm_device_init() 310 ttm_device_clear_lru_dma_mappings(bdev, &bdev->unevictable); in ttm_device_clear_dma_mappings()
|
/linux/include/drm/ttm/ |
H A D | ttm_device.h | 258 struct list_head unevictable; member
|
/linux/include/linux/ |
H A D | page-flags.h | 642 FOLIO_FLAG(unevictable, FOLIO_HEAD_PAGE) in FOLIO_SET_FLAG() 643 __FOLIO_CLEAR_FLAG(unevictable, FOLIO_HEAD_PAGE) in FOLIO_SET_FLAG() 644 FOLIO_TEST_CLEAR_FLAG(unevictable, FOLIO_HEAD_PAGE) in FOLIO_SET_FLAG()
|
/linux/include/trace/events/ |
H A D | mmflags.h | 161 DEF_PAGEFLAG_NAME(unevictable), \
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memcg_test.rst | 137 inactive file, active file, unevictable) of pages from each node,
|
/linux/Documentation/admin-guide/mm/ |
H A D | pagemap.rst | 174 The page is in the unevictable (non-)LRU list It is somehow pinned and
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 148 allowed to examine the unevictable lru (mlocked pages) for pages to compact. 151 compaction from moving pages that are unevictable. Default value is 1.
|
/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 1594 inactive_anon, active_anon, inactive_file, active_file, unevictable
|