Searched refs:PageKsm (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dpage-flags.h736 static __always_inline bool PageKsm(const struct page *page) function
1116 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page);
1123 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page);
/linux-master/mm/
H A Dksm.c641 ret = (page && PageKsm(page)) || is_ksm_zero_pte(ptent);
695 * okay, that truncation will have unmapped the PageKsm for us.
1471 * @kpage: the PageKsm page that we want to map instead of page,
1513 * PageAnon+anon_vma to PageKsm+NULL stable_node:
2538 if (PageKsm(page))

Completed in 205 milliseconds