Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Drmap.c1447 SetPageAnonExclusive(page + i); in __folio_add_anon_rmap()
1450 SetPageAnonExclusive(page); in __folio_add_anon_rmap()
1575 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
1587 SetPageAnonExclusive(page); in folio_add_new_anon_rmap()
1601 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
2970 SetPageAnonExclusive(&folio->page); in hugetlb_add_anon_rmap()
2986 SetPageAnonExclusive(&folio->page); in hugetlb_add_new_anon_rmap()
H A Dhuge_memory.c1992 SetPageAnonExclusive(page); in do_huge_pmd_wp_page()
H A Dhugetlb.c6189 SetPageAnonExclusive(&old_folio->page); in hugetlb_wp()
H A Dmemory.c3920 SetPageAnonExclusive(vmf->page); in do_wp_page()
/linux-6.15/include/linux/
H A Dpage-flags.h1169 static __always_inline void SetPageAnonExclusive(struct page *page) in SetPageAnonExclusive() function