Searched refs:swapcache (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dmemory.c3516 * the swapcache if there is little hope that we can reuse.
3846 * If we want to map a page that's in the swapcache writable, we
3848 * user. Try freeing the swapcache to get rid of the swapcache
3933 struct folio *swapcache, *folio = NULL; local
4001 swapcache = folio;
4020 /* skip swapcache */
4052 swapcache = folio;
4074 * hwpoisoned dirty swapcache pages are kept for killing
4085 if (swapcache) {
[all...]
H A Dzswap.c1157 * folio is locked, and the swapcache is now secured against
1646 bool swapcache = folio_test_swapcache(folio); local
1660 * When reading into the swapcache, invalidate our entry. The
1661 * swapcache can be the authoritative owner of the page and
1666 * (Most swapins go through the swapcache. The notable
1671 if (swapcache)
1687 if (swapcache) {
H A Dswapfile.c1349 * Called after dropping swapcache to decrease refcnt to swap entries.
1589 * image as a clean swapcache folio, and then reuse its swap for
1762 struct folio *swapcache; local
1768 swapcache = folio;
1774 folio = swapcache;
1814 if (folio == swapcache) {
1842 if (folio != swapcache) {
/linux-master/include/linux/
H A Dpage-flags.h592 SETPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
593 CLEARPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
595 PAGEFLAG_FALSE(SwapCache, swapcache)
/linux-master/fs/proc/
H A Dtask_mmu.c2538 unsigned long swapcache; member in struct:numa_maps
2557 md->swapcache += nr_pages;
2756 if (md->swapcache)
2757 seq_printf(m, " swapcache=%lu", md->swapcache);

Completed in 232 milliseconds