Home
last modified time | relevance | path

Searched refs:anon_exclusive (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/mm/
Drmap.c1479 bool anon_exclusive, ret = true; in try_to_unmap_one() local
1540 anon_exclusive = folio_test_anon(folio) && in try_to_unmap_one()
1725 if (anon_exclusive && in try_to_unmap_one()
1742 if (anon_exclusive) in try_to_unmap_one()
1824 bool anon_exclusive, ret = true; in try_to_migrate_one() local
1910 anon_exclusive = folio_test_anon(folio) && in try_to_migrate_one()
1996 if (anon_exclusive) in try_to_migrate_one()
2007 else if (anon_exclusive) in try_to_migrate_one()
2066 !anon_exclusive, subpage); in try_to_migrate_one()
2069 if (anon_exclusive && in try_to_migrate_one()
[all …]
Dmigrate_device.c194 bool anon_exclusive; in migrate_vma_collect_pmd() local
198 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in migrate_vma_collect_pmd()
199 if (anon_exclusive) { in migrate_vma_collect_pmd()
223 else if (anon_exclusive) in migrate_vma_collect_pmd()
Dhuge_memory.c2074 bool anon_exclusive = false, dirty = false; in __split_huge_pmd_locked() local
2158 anon_exclusive = is_readable_exclusive_migration_entry(entry); in __split_huge_pmd_locked()
2191 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in __split_huge_pmd_locked()
2192 if (freeze && anon_exclusive && page_try_share_anon_rmap(page)) in __split_huge_pmd_locked()
2219 else if (anon_exclusive) in __split_huge_pmd_locked()
2238 if (anon_exclusive) in __split_huge_pmd_locked()
3208 bool anon_exclusive; in set_pmd_migration_entry() local
3220 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in set_pmd_migration_entry()
3221 if (anon_exclusive && page_try_share_anon_rmap(page)) { in set_pmd_migration_entry()
3230 else if (anon_exclusive) in set_pmd_migration_entry()
Dksm.c1103 bool anon_exclusive; in write_protect_page() local
1121 anon_exclusive = PageAnonExclusive(page); in write_protect_page()
1124 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
1152 if (anon_exclusive && page_try_share_anon_rmap(page)) { in write_protect_page()