Searched refs:PageKsm (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/proc/
H A Dpage.c132 if (PageKsm(page))
H A Dtask_mmu.c460 if (PageKsm(page))
/linux-master/include/linux/
H A Dpage-flags.h731 static __always_inline bool PageKsm(const struct page *page) function
1088 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page);
1095 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page);
/linux-master/mm/
H A Dinternal.h825 VM_BUG_ON_PAGE(PageKsm(page), page); /* KSM page->index unusable */
1206 * Note that PageKsm() pages cannot be exclusive, and consequently,
H A Dksm.c641 ret = (page && PageKsm(page)) || is_ksm_zero_pte(ptent);
695 * okay, that truncation will have unmapped the PageKsm for us.
1470 * @kpage: the PageKsm page that we want to map instead of page,
1512 * PageAnon+anon_vma to PageKsm+NULL stable_node:
2532 if (PageKsm(page))
H A Dmemory-failure.c730 if (unlikely(PageKsm(page)))

Completed in 155 milliseconds