Searched refs:workingset (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 339 你可以调用xas_set_update(),让XArray每次更新一个节点时都调用一个回调函数。这被页面缓存的workingset
|
/linux/include/trace/events/ |
H A D | mmflags.h | 171 DEF_PAGEFLAG_NAME(workingset), \
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 31 workingset: timestamp_bits=62 max_order=13 bucket_order=0
|
H A D | test_output_isolated_correctly.log | 56 workingset: timestamp_bits=62 max_order=16 bucket_order=0
|
/linux/include/linux/ |
H A D | page-flags.h | 522 PAGEFLAG(Workingset, workingset, PF_HEAD) 523 TESTCLEARFLAG(Workingset, workingset, PF_HEAD)
|
/linux/mm/ |
H A D | filemap.c | 2382 bool workingset = folio_test_workingset(folio); in filemap_read_folio() local 2387 if (unlikely(workingset)) in filemap_read_folio() 2390 if (unlikely(workingset)) in filemap_read_folio() 4382 bool workingset; /* not used */ in filemap_cachestat() local 4410 if (workingset_test_recent(shadow, true, &workingset, false)) in filemap_cachestat()
|
H A D | vmscan.c | 3825 bool workingset = folio_test_workingset(folio); in inc_min_seq() local 3836 if (refs + workingset != BIT(LRU_REFS_WIDTH) + 1) { in inc_min_seq() 3837 int tier = lru_tier_from_refs(refs, workingset); in inc_min_seq() 4391 bool workingset = folio_test_workingset(folio); in sort_folio() local 4392 int tier = lru_tier_from_refs(refs, workingset); in sort_folio() 4414 if (tier > tier_idx || refs + workingset == BIT(LRU_REFS_WIDTH) + 1) { in sort_folio() 4419 if (refs + workingset != BIT(LRU_REFS_WIDTH) + 1) { in sort_folio()
|
/linux/Documentation/core-api/ |
H A D | xarray.rst | 450 cache workingset code to maintain its list of nodes which contain only
|
/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 1549 an active workingset before they got reclaimed. 1553 active workingset before they got reclaimed.
|