Searched refs:swapcache (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/mm/ |
H A D | memory.c | 3416 * the swapcache if there is little hope that we can reuse. in do_wp_page() 3657 * If we want to map a page that's in the swapcache writable, we in should_try_to_free_swap() 3659 * user. Try freeing the swapcache to get rid of the swapcache in should_try_to_free_swap() 3744 struct folio *swapcache, *folio = NULL; in do_swap_page() 3812 swapcache = folio; in do_swap_page() 3831 /* skip swapcache */ in do_swap_page() 3863 swapcache = folio; in do_swap_page() 3885 * hwpoisoned dirty swapcache pages are kept for killing in do_swap_page() 3896 if (swapcache) { in do_swap_page() 3742 struct folio *swapcache, *folio = NULL; do_swap_page() local [all...] |
H A D | swapfile.c | 1756 struct page *swapcache; in unuse_pte() local 1762 swapcache = page; in unuse_pte() 1783 swp_entry = make_hwpoison_entry(swapcache); in unuse_pte() 1784 page = swapcache; in unuse_pte() 1807 if (page == swapcache) { in unuse_pte() 1835 if (page != swapcache) { in unuse_pte()
|
/openbmc/linux/include/linux/ |
H A D | page-flags.h | 566 SETPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL) 567 CLEARPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL) 569 PAGEFLAG_FALSE(SwapCache, swapcache)
|
/openbmc/linux/fs/proc/ |
H A D | task_mmu.c | 1785 unsigned long swapcache; member 1804 md->swapcache += nr_pages; in gather_stats() 2002 if (md->swapcache) in show_numa_map() 2003 seq_printf(m, " swapcache=%lu", md->swapcache); in show_numa_map()
|
/openbmc/linux/Documentation/mm/ |
H A D | balance.rst | 70 the swapcache but is not being used by anyone)
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memory.rst | 212 A swapped-in page is accounted after adding into swapcache. 514 Recorded information is discarded and a cgroup which uses swap (swapcache)
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 510 against all file-backed unmapped pages including swapcache pages and tmpfs 959 swapcache reclaim. Decreasing vfs_cache_pressure causes the kernel to prefer
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 1419 Amount of swap cached in memory. The swapcache is accounted
|