Home
last modified time | relevance | path

Searched refs:PageSwapCache (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/proc/
H A Dpage.c197 if (PageSwapCache(page)) in stable_page_flags()
H A Dtask_mmu.c1803 if (PageSwapCache(page)) in gather_stats()
/openbmc/linux/mm/
H A Dmemory-failure.c1588 if (PageSwapCache(p)) { in hwpoison_user_mappings()
2370 if (PageLRU(p) && !PageSwapCache(p) && p->mapping == NULL) { in memory_failure()
2695 if (!huge && PageLRU(page) && !PageSwapCache(page)) in soft_offline_in_use_page()
H A Dpage_io.c375 VM_BUG_ON_PAGE(!PageSwapCache(page), page); in __swap_writepage()
H A Dksm.c769 if (!PageSwapCache(page)) in get_ksm_page()
1125 swapped = PageSwapCache(page); in write_protect_page()
H A Dhuge_memory.c2471 PageSwapCache(head))); in __split_huge_page_tail()
2544 if (PageSwapCache(head)) { in __split_huge_page()
H A Dkhugepaged.c532 if (PageSwapCache(page)) in is_refcount_suitable()
/openbmc/linux/kernel/futex/
H A Dcore.c331 shmem_swizzled = PageSwapCache(page) || page->mapping; in get_futex_key()
/openbmc/linux/include/linux/
H A Dpage-flags.h561 static __always_inline bool PageSwapCache(struct page *page) in PageSwapCache() function
H A Dmm.h2222 if (unlikely(PageSwapCache(page))) in page_index()