Home
last modified time | relevance | path

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

/linux/mm/
H A Drmap.c1304 SetPageAnonExclusive(page + i); in __folio_add_anon_rmap()
1307 SetPageAnonExclusive(page); in __folio_add_anon_rmap()
1406 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
1415 SetPageAnonExclusive(page); in folio_add_new_anon_rmap()
1427 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
2714 SetPageAnonExclusive(&folio->page); in hugetlb_add_anon_rmap()
2730 SetPageAnonExclusive(&folio->page); in hugetlb_add_new_anon_rmap()
H A Dhuge_memory.c1591 SetPageAnonExclusive(page); in do_huge_pmd_wp_page()
H A Dmemory.c3658 SetPageAnonExclusive(vmf->page); in do_wp_page()
H A Dhugetlb.c5989 SetPageAnonExclusive(&old_folio->page); in hugetlb_wp()
/linux/include/linux/
H A Dpage-flags.h1114 static __always_inline void SetPageAnonExclusive(struct page *page) in SetPageAnonExclusive() function