Searched refs:PageSwapCache (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/proc/
H A Dpage.c197 if (PageSwapCache(page))
H A Dtask_mmu.c2556 if (PageSwapCache(page))
/linux-master/arch/s390/kernel/
H A Duv.c194 if (PageSwapCache(page)) {
/linux-master/mm/
H A Dmemory-failure.c1597 if (PageSwapCache(p)) {
2385 if (PageLRU(p) && !PageSwapCache(p) && p->mapping == NULL) {
H A Dksm.c946 * work here too. We have chosen the !PageSwapCache test to
948 * be freed: PageSwapCache is cleared (under spin_lock_irq)
952 if (!PageSwapCache(page))
981 * We come here from above when page->mapping or !PageSwapCache
1133 * or it might be PageSwapCache (perhaps under writeback),
1308 swapped = PageSwapCache(page);
1488 * We need the page lock to read a stable PageSwapCache in
/linux-master/include/linux/
H A Dpage-flags.h587 static __always_inline bool PageSwapCache(const struct page *page) function
H A Dmm.h2258 if (unlikely(PageSwapCache(page)))

Completed in 170 milliseconds