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

/linux-master/mm/
H A Dmemory.c3539 * the swapcache if there is little hope that we can reuse.
3869 * If we want to map a page that's in the swapcache writable, we
3871 * user. Try freeing the swapcache to get rid of the swapcache
3956 struct folio *swapcache, *folio = NULL; local
4024 swapcache = folio;
4043 /* skip swapcache */
4075 swapcache = folio;
4097 * hwpoisoned dirty swapcache pages are kept for killing
4108 if (swapcache) {
[all...]
H A Dzswap.c1060 * folio is locked, and the swapcache is now secured against
1555 bool swapcache = folio_test_swapcache(folio); local
1563 * When reading into the swapcache, invalidate our entry. The
1564 * swapcache can be the authoritative owner of the page and
1569 * (Most swapins go through the swapcache. The notable
1574 if (swapcache)
1594 if (swapcache) {
H A Dswapfile.c1360 * Called after dropping swapcache to decrease refcnt to swap entries.
1582 * image as a clean swapcache folio, and then reuse its swap for
1810 struct folio *swapcache; local
1816 swapcache = folio;
1822 folio = swapcache;
1862 if (folio == swapcache) {
1890 if (folio != swapcache) {
/linux-master/include/linux/
H A Dpage-flags.h590 SETPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
591 CLEARPAGEFLAG(SwapCache, swapcache, PF_NO_TAIL)
593 PAGEFLAG_FALSE(SwapCache, swapcache)
/linux-master/fs/proc/
H A Dtask_mmu.c2548 unsigned long swapcache; member in struct:numa_maps
2568 md->swapcache += nr_pages;
2767 if (md->swapcache)
2768 seq_printf(m, " swapcache=%lu", md->swapcache);

Completed in 164 milliseconds