Home
last modified time | relevance | path

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

/linux/mm/
H A Drmap.c1527 SetPageAnonExclusive(page + i); in __folio_add_anon_rmap()
1530 SetPageAnonExclusive(page); in __folio_add_anon_rmap()
1657 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
1669 SetPageAnonExclusive(page); in folio_add_new_anon_rmap()
1683 SetPageAnonExclusive(&folio->page); in folio_add_new_anon_rmap()
3129 SetPageAnonExclusive(&folio->page); in hugetlb_add_anon_rmap()
3145 SetPageAnonExclusive(&folio->page); in hugetlb_add_new_anon_rmap()
H A Dhuge_memory.c2131 SetPageAnonExclusive(page); in do_huge_pmd_wp_page()
H A Dhugetlb.c5499 SetPageAnonExclusive(&old_folio->page); in hugetlb_wp()
H A Dmemory.c4222 SetPageAnonExclusive(vmf->page); in do_wp_page()
/linux/include/linux/
H A Dpage-flags.h1165 static __always_inline void SetPageAnonExclusive(struct page *page) in SetPageAnonExclusive() function