Home
last modified time | relevance | path

Searched refs:swapcache (Results 1 – 9 of 9) sorted by relevance

/linux/mm/
A Dmemory.c4276 swapcache = folio; in do_swap_page()
4326 swapcache = folio; in do_swap_page()
4360 if (swapcache) { in do_swap_page()
4380 folio = swapcache; in do_swap_page()
4384 folio = swapcache; in do_swap_page()
4387 if (folio != swapcache) in do_swap_page()
4560 if (unlikely(folio != swapcache && swapcache)) { in do_swap_page()
4585 if (folio != swapcache && swapcache) { in do_swap_page()
4595 folio_put(swapcache); in do_swap_page()
4627 if (folio != swapcache && swapcache) { in do_swap_page()
[all …]
A Dzswap.c1536 bool swapcache = folio_test_swapcache(folio); in zswap_load() local
1568 if (swapcache) in zswap_load()
1582 if (swapcache) { in zswap_load()
A Dswapfile.c2083 struct folio *swapcache; in unuse_pte() local
2089 swapcache = folio; in unuse_pte()
2095 folio = swapcache; in unuse_pte()
2135 if (folio == swapcache) { in unuse_pte()
2173 if (folio != swapcache) { in unuse_pte()
/linux/include/linux/
A Dpage-flags.h583 FOLIO_SET_FLAG(swapcache, FOLIO_HEAD_PAGE) in FOLIO_SET_FLAG() argument
584 FOLIO_CLEAR_FLAG(swapcache, FOLIO_HEAD_PAGE) in FOLIO_SET_FLAG()
586 FOLIO_FLAG_FALSE(swapcache) in FOLIO_SET_FLAG()
/linux/Documentation/mm/
A Dbalance.rst70 the swapcache but is not being used by anyone)
/linux/fs/proc/
A Dtask_mmu.c2845 unsigned long swapcache; member
2865 md->swapcache += nr_pages; in gather_stats()
3064 if (md->swapcache) in show_numa_map()
3065 seq_printf(m, " swapcache=%lu", md->swapcache); in show_numa_map()
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst564 against all file-backed unmapped pages including swapcache pages and tmpfs
1013 swapcache reclaim. Decreasing vfs_cache_pressure causes the kernel to prefer
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemory.rst226 A swapped-in page is accounted after adding into swapcache.
528 Recorded information is discarded and a cgroup which uses swap (swapcache)
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1496 Amount of swap cached in memory. The swapcache is accounted

Completed in 49 milliseconds