Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dmemory.c3731 swapcache = folio; in do_swap_page()
3768 swapcache = folio; in do_swap_page()
3803 if (swapcache) { in do_swap_page()
3873 if (folio != swapcache) { in do_swap_page()
3938 if (unlikely(folio != swapcache && swapcache)) { in do_swap_page()
3951 if (folio != swapcache && swapcache) { in do_swap_page()
3960 folio_unlock(swapcache); in do_swap_page()
3961 folio_put(swapcache); in do_swap_page()
3985 if (folio != swapcache && swapcache) { in do_swap_page()
3986 folio_unlock(swapcache); in do_swap_page()
[all …]
A Dswapfile.c1762 struct page *swapcache; in unuse_pte() local
1768 swapcache = page; in unuse_pte()
1786 swp_entry = make_hwpoison_entry(swapcache); in unuse_pte()
1787 page = swapcache; in unuse_pte()
1803 if (page == swapcache) { in unuse_pte()
1830 if (page != swapcache) { in unuse_pte()
/linux-6.3-rc2/include/linux/
A Dpage-flags.h551 SETPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
552 CLEARPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
554 PAGEFLAG_FALSE(SwapCache, swapcache)
/linux-6.3-rc2/fs/proc/
A Dtask_mmu.c1780 unsigned long swapcache; member
1799 md->swapcache += nr_pages; in gather_stats()
1994 if (md->swapcache) in show_numa_map()
1995 seq_printf(m, " swapcache=%lu", md->swapcache); in show_numa_map()
/linux-6.3-rc2/Documentation/mm/
A Dbalance.rst70 the swapcache but is not being used by anyone)
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dmemory.rst207 A swapped-in page is accounted after adding into swapcache.
509 Recorded information is discarded and a cgroup which uses swap (swapcache)
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dvm.rst510 against all file-backed unmapped pages including swapcache pages and tmpfs
959 swapcache reclaim. Decreasing vfs_cache_pressure causes the kernel to prefer
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst1421 Amount of swap cached in memory. The swapcache is accounted

Completed in 29 milliseconds