Home
last modified time | relevance | path

Searched refs:SetPageAnonExclusive (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Drmap.c1533 SetPageAnonExclusive(page + i); in __folio_add_anon_rmap()
1536 SetPageAnonExclusive(page); in __folio_add_anon_rmap()
1663 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
1675 SetPageAnonExclusive(page); in folio_add_new_anon_rmap()
1689 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
3137 SetPageAnonExclusive(&folio->page); in hugetlb_add_anon_rmap()
3153 SetPageAnonExclusive(&folio->page); in hugetlb_add_new_anon_rmap()
H A Dhuge_memory.c2208 SetPageAnonExclusive(page); in do_huge_pmd_wp_page()
H A Dhugetlb.c5463 SetPageAnonExclusive(&old_folio->page); in hugetlb_wp()
H A Dmemory.c4317 SetPageAnonExclusive(vmf->page); in do_wp_page()
/linux/include/linux/
H A Dpage-flags.h1154 static __always_inline void SetPageAnonExclusive(struct page *page) in SetPageAnonExclusive() function